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
| // Copyright 2015, Google Inc. All Rights Reserved. | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, software | |
| // distributed under the License is distributed on an "AS IS" BASIS, |
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
| /** | |
| * | |
| * AdWords Script for checking the contents of landing pages. | |
| * Goes to the final URL of keywords or ads, then searches the source code for | |
| * user defined strings. | |
| * | |
| * Version: 1.0 | |
| * Google AdWords Script maintained by brainlabsdigital.com | |
| * | |
| **/ |
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
| /** | |
| * | |
| * 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.0 | |
| * Google AdWords Script maintained by brainlabsdigital.com | |
| * |
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
| /** | |
| * | |
| * 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.0 | |
| * Google AdWords Script maintained by brainlabsdigital.com |
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
| /** | |
| * | |
| * 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 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
| // Granular Anomaly Detector Script | |
| // | |
| // Copyright 2016 - Optmyzr Inc - All Rights Reserved | |
| // Visit www.optmyzr.com for more AdWords Scripts and PPC Management Tools and Reports | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.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
| /********************************************************************************************** | |
| * AdWords Account Management -- Review Search Queries & Post Adjustments via Google Docs. | |
| * Version 1.0 | |
| * Created By: Derek Martin | |
| * DerekMartinLA.com & MixedMarketingArtist.com | |
| *********************************************************************************************/ | |
| var GOOGLE_DOC_URL = "put your url here"; | |
| var START_DATE = '20150401'; | |
| var END_DATE = '20150415'; |
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
| /** | |
| * | |
| * Ad Rotate Analysis | |
| * | |
| * This script finds the best ad in each ad group (subject to thresholds) and | |
| * calculates the performance you could have got if the impressions that went to | |
| * losing ads went to the winning ads instead. | |
| * | |
| * Version: 1.1 | |
| * Updated 2016-10-11: removed 'ConvertedClicks' |
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
| /** | |
| * | |
| * 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 |