What's the best practice of mutating operations for different clientCustomerId?
20 views
Skip to first unread message
han...@zalora.com
unread,
Sep 30, 2015, 4:58:58 PM9/30/15
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 API Forum
Currently my approach is to group operations based on clientCustomerId, initialize mutateJobService and then poll it before moving to next group of operations. Is there a better way?
Thanks
Umesh Dengale
unread,
Sep 30, 2015, 8:46:28 PM9/30/15
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 API Forum
Hello,
In the AdWords API, the API request could contain only one clientCustomerId. You need to have separate API request for each clientCustomerId.