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
function main () { | |
var mccAccount = AdWordsApp.currentAccount(); | |
// OPTIONAL: Select your accounts based on conditions | |
// see https://developers.google.com/adwords/scripts/docs/reference/mccapp/mccapp_managedaccountselector#withCondition_1 | |
// example: this selector selects all accounts with over 100 impressions last month | |
var accountSelector = MccApp.accounts(); |