This file contains 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
/****************************************** | |
* RSA Report | |
* @version: 3.0 | |
* @authors: Naman Jindal (Optmyzr), Frederick Vallaeys (Optmyzr) | |
* ------------------------------- | |
* Install this script in your Google Ads account (not an MCC account) | |
* to generate a Google Sheet with a list of all your responsive search ads | |
* and their headlines and descriptions. | |
* For RSAs that are not using the maximum number of allowed variations, | |
* this script will suggest new variations for headlines and descriptions |
This file contains 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
/****************************************** | |
* GPT Connector for Google Ads | |
* @version: 1.0 | |
* @authors: Naman Jindal (Optmyzr), Frederick Vallaeys (Optmyzr) | |
* ------------------------------- | |
* This function can be used to make a call to openAI's GPT in a Google Ads script. | |
* Use it to send prompts to GPT that include context about a Google Ads account. | |
* For example, you can send campaign data from Google Ads as part of a prompt that | |
* generates a text string with a summary of the account changes and performance. | |
* -------------------------------- |
This file contains 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
/****************************************** | |
* RSA Report | |
* @version: 1.0 | |
* @authors: Frederick Vallaeys (Optmyzr), GPT-4 (openAI) | |
* ------------------------------- | |
* Install this script in your Google Ads account (not an MCC account) | |
* to generate a textual summary of campaign performance. | |
* The text is generated using GPT and uses data from the Google Ads | |
* account in which this script is installed | |
* -------------------------------- |