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' |