Re: Query regarding rate sheet

2013-05-16 Thread Kevin Winter (AdWords API Team)
Hi Shruti, What would be the rate per operation? I'm not sure what you mean - one mutate operation = 1 operation, 1 GET call (no matter how many returned) = 1 operation, Basic access gets 10,000 operations per day. - Kevin Winter AdWords API Team On Monday, May 13, 2013 5:24:34 PM UTC-4,

Re: Query regarding rate sheet

2013-05-13 Thread Shruti Habbu
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

Re: Query regarding rate sheet

2013-05-13 Thread Kevin Winter (AdWords API Team)
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

Re: Query regarding rate sheet

2013-05-10 Thread Kevin Winter (AdWords API Team)
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/ratesheet2mentions that for a mutate,

Query regarding rate sheet

2013-05-07 Thread Shruti Habbu
Hi, The Google Adwords API rate sheet https://developers.google.com/adwords/api/docs/ratesheet2mentions 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!