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 API and Google Ads API Forum
Hello Makoto,
You would be able to update the audience list every day. But, it takes 6 to 12 hours for a list to be populated with members, so you'll most likely see an "In Progress" status (on the Google Ads UI) if you upload to an audience list more frequently than once every 12 hours. You could refer this link for more information. Please find my response below inline:
Is it possible to renew for the same audience name?
To clarify, are you asking if it is possible to modify the members in a given list? If so, you can use AdwodsUserListService.mutateMembers() to update the members in the list. If you remove the user list and renew it with the same name the list id might be different for the new list.
Although it is possible to add / remove individual users, is it impossible to perform batch update?
Currently the AdwodsUserListService.mutateMembers() method only supports REMOVE and ADD operations. SET is not supported. This service is not supported in the Batch Processing. You could refer this guide to know the services that are supported by the Batch Job processing.
Is there 1000000 calls per API call?
There is a limit of 1000000 for the size of memberslist while performing a AdwodsUserListService.mutateMembers(). The limit on API calls are based on the access level of your developer token. You could check here for more details.
Please let me know if you have any further questions.
Regards, Sai Teja, AdWords API Team.
makot...@gmail.com
unread,
Oct 4, 2018, 10:52:09 PM10/4/18
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