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
Can we submit a bulk payload of AdWords options directly to Google (ie via cURL), rather than multiple chain calls to various API endpoints?
If so, what does the request look like? (format, HTTP header, etc)
Thanks!
Shwetha Vastrad (AdWords API Team)
unread,
Mar 13, 2017, 4:08:13 PM3/13/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 API Forum
Hi,
You can use BatchJobService in AdWords API to submit batches of operations on multiple services in the same batch without waiting for operations to complete. Please see this guide for the steps for using a BatcbJob. BatchJobService supports the operations listed here. The code examples listed here illustrate how to work with BatchJobs.