and it works fine for manually added AdWords account numbers, but when I leave the column blank(so it should add lists to every account in MCC), it does not do anything.
Is it true this script cannot handle MCC with more than 50 AdWords accounts or is it something else?
Thanks for any help!
Tomáš
Anthony Madrigal
unread,
Feb 28, 2017, 9:40:03 AM2/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords Scripts Forum
Hello Tomáš,
Yes, that is correct. MCC level scripts can only process up to 50 accounts at a time. What I suggest is having 2 versions of the script that selects half of your account in one and the other half in the other. You can easily select them by adding account labels to the accounts then selecting them by modifying the line in the script
var accountSelector =MccApp.accounts()withCondition("LabelNames CONTAINS 'Group A'");