Greetings,
I am new to scripts and I am learning as quickly as I can with the
developers.google.com site and other tutorial videos. I have had some success implementing basic scripts, but I don't yet understand how to combine multiple things with conditions. I thought I might try posting here and see if I can get a response. Thanks in advance for your help.
I work at an ad agency, and we would like to be able to run a script at the MCC level that exports information to a Google Sheets document that can be shared. I know this is possible, I'm just not sure how to put it all together.
Goal: Count of all campaigns over the last 30 days within our MCC except for the following criteria:
* exclude account called "Sandbox"
* exclude all accounts under MCC called "Yellow7"
* exclude accounts that begin with the label "z"
* exclude accounts with 0 impressions or clicks
The three pieces/steps I need are
* to scan the MCC and pull all accounts
* to scan all accounts and find the campaigns (and count them if possible)
* to export this to google sheets
I could also just total it in Google Sheets as well.
Thanks again for any help,
James Williams