Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
/** | |
* | |
* Search Query Mining Tool | |
* | |
* This script calculates the contribution of each word or phrase found in the | |
* search query report and outputs a report into a Google Doc spreadsheet. | |
* | |
* Version: 2.2 | |
* Updated 2015-09-17: replacing 'KeywordText' with 'Criteria' | |
* Updated 2016-10-11: replacing 'ConvertedClicks' with 'Conversions' |
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
/** | |
* | |
* Broad-match keyword aggregator script | |
* This script will group equivalent broad match keywords and label based on performence | |
* | |
* Version: 1.1 | |
* Updated 2016-10-11: replaced 'ConvertedClicks' with 'Conversions' | |
* Google AdWords Script maintained by brainlabsdigital.com | |
* | |
**/ |
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
/** | |
* | |
* Heat Map Creation Tool | |
* | |
* This script calculates the smoothed average performance of each hour of each day | |
* of the week, and outputs this into a heat map and graph in a Google sheet. It | |
* also makes suggested bid adjustments based on the conversion rate. | |
* | |
* Version: 1.1 | |
* Updated 2016-10-11: removed 'ConvertedClicks'. |
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
/** | |
* | |
* AdWords Script for keyword and ad checking. | |
* Checks keyword text for punctuation suggesting the wrong match type, checks | |
* broad match keywords for missing BMM. Checks ad text for text that suggests | |
* ads are out-of-date (like previous years) and for common English spelling | |
* mistakes. | |
* | |
* Version: 1.1 | |
* Updated 2017-01-05: changed 'CreativeApprovalStatus' to 'CombinedApprovalStatus' |
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
/** | |
* | |
* AdWords Script to check the number of entities in ad groups: reports ad | |
* groups with no ads, no keywords, too few ads or too many keywords. | |
* Optionally reports ad groups with no mobile preferred ads, and ad groups | |
* with broad match keywords but no negative keywords. | |
* | |
* Version: 1.1 | |
* Updated 2017-01-05: changed 'CreativeApprovalStatus' to 'CombinedApprovalStatus' | |
* Google AdWords Script maintained by brainlabsdigital.com |
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
/** | |
* | |
* Hourly Email Updates | |
* | |
* This script emails you every hour with totals for selected performance metrics (like cost) | |
* for your account for the day so far. | |
* | |
* Version: 1.1 | |
* Updated 2016-10-11: removed 'ConvertedClicks' | |
* Google AdWords Script maintained on brainlabsdigital.com |
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
/** | |
* | |
* Extension and List Copying | |
* | |
* This script takes the ad extensions, shared campaign negative lists and excluded | |
* placement lists applied to one template campaign and applies them to all other | |
* campaigns that match the filters. Campaigns are then labelled. | |
* | |
* Version: 1.0 | |
* Google AdWords Script maintained on brainlabsdigital.com |
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
/** | |
* | |
* Dynamic Ad Extensions | |
* | |
* Script to dynamically add and/or update sitelinks and callouts and apply them to | |
* all campaigns or ad groups, based on definitions and variables in a Google Sheet. | |
* | |
* Version: 1.0 | |
* Google AdWords Script maintained on brainlabsdigital.com | |
* |
NewerOlder