Hi there,
I am trying to monitor all audiences added to the adgroups and all audience bids via a Google Sheet dashboard.
I have two questions about audience management with Adwords scripts :
- It seems that it is not possible to retrieve List IDs of audiences (User Lists) which haven't been actually added to the account, do you confirm ?
- List IDs seem not to be consistant across different profiles, ie. a given audience can have different IDs when added to two different profiles, do you confirm ? (otherwise I can just get the IDs once and for all and add them onto my spreadsheet)
- Bid Modifiers : I haven't found in AudienceBidding such a thing as Bid Modifiers.
The general logic of the script would be :
- get the arrays of audiences to add (list names) with the bid modifiers
- match IDs to the names (or if IDs are consistent get IDs along with the name)
- for each account, iterate on audiences to remove them
- iterate on adgroups, serialize audience building for each adgroup and then immediately apply the bid modifiers from the spreadsheet (it seems there is no way to avoid the double iteration adgroups+user lists)
Besides, Target and Bid account setting doesn't seem to exist in Adwords Scripts (it does in API), right ?
Thanks a lot
Ismaël