Hi Shruti, The idea is that mutating a single object (campaign, keyword) will count as an operation, but retrieving multiple objects in a single request will also only count as one operation. The reasoning is that its actually more expensive to return 100 items 1 at a time, 1 per request versus 100 items in a single request. For similar reasons, reports cost zero operations.
- Kevin Winter AdWords API Team On Monday, May 13, 2013 5:15:38 PM UTC-4, Shruti Habbu wrote: > > Hi Kevin, > > It's clear about the mutate. > About the get operation, the rate sheet says that "A get that generates > 10 results objects is counted as one operation." > > On the contrary, the example shown on the sheet counts this as 1 > operation, though the number of objects returned is 53. Can you explain > this? > > Get Example#1 - 1 operation (53 objects returned) > Operation: get > Count: 53 ad groups > Service: AdgroupAdService > > Get Example#2 - 1 operation (100 objects returned) > Operation: get > Count: 100 targeting ideas > Service: TargetingIdeaService > > Thanks, > Shruti > > > > On Friday, May 10, 2013 11:37:21 AM UTC-4, Kevin Winter (AdWords API Team) > wrote: >> >> Yes, any type of mutate - ADD, REMOVE or SET - counts as an operation. >> >> - Keving Winter >> AdWords API Team >> >> On Tuesday, May 7, 2013 4:48:02 PM UTC-4, Shruti Habbu wrote: >>> >>> Hi, >>> >>> The Google Adwords API rate sheet >>> <https://developers.google.com/adwords/api/docs/ratesheet2>mentions >>> that for a mutate, each mutated item counts as one operation. >>> The examples show ADD mutate operations. Do REMOVE and SET operations >>> also count towards the daily operations limit? >>> >>> Thanks! >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
