Re: Operations count in Single Service Operations vs MutateJobService (bulk update)

2013-10-03 Thread David Torres (AdWords API Team)
Hi, Aside from being a asynchronous service as you mentioned, so you can just fire it and then consume you CPU time in something else. You also gain the benefit of automatic retries for transient errors, so you don't have to code the retry logic yourself. Operations count is the same. Best, -

Operations count in Single Service Operations vs MutateJobService (bulk update)

2013-10-01 Thread Paris Theofanidis
Hi, we are using the API to manage the AdGroups, AdParams and AdKeyWords. We currently gather all the operations per service and commit the operations per service (3 requests with multiple operations in each request). Would there be some benefit to switch from this method to MutateJobService to