This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author | |
* Olena Timchenko - Telegram @Timchenko_elena | |
* | |
* === SETTINGS === | |
* This script monitors the budget and spending trends in a Google Ads account. | |
* It calculates how many days the remaining budget will last based on the average daily spend | |
* and sends notifications to a specified Telegram chat or email if the remaining days fall below a defined threshold. | |
* Enter the required information in the fields below before running the script. | |
* @version 1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Olena Timchenko - Telegram @Timchenko_elena | |
* === SETTINGS === | |
* This script analyzes the ROAS (Return on Ad Spend) performance of Google Ads campaigns | |
* over a specified number of days and calculates the average deviation (positive or negative). | |
* If the deviation exceeds a predefined threshold, it sends a notification to a specified | |
* Telegram chat, enabling timely attention to potential campaign inefficiencies. | |
* Enter the required information in the fields below before running the script. | |
* @version 1.1 | |
*/ |