Hi Rc,

Back when we charged for API units (we no longer do), the mutate job 
service did consume fewer API units. However, since we no longer charge for 
units (we only limit on operations, which is a different concept from the 
old API units), this no longer applies. The main advantages of 
MutateJobService 
<https://developers.google.com/adwords/api/docs/reference/v201402/MutateJobService>
 are 
asynchronous processing and simplifying retry logic.

In terms of changes to rate limits for specific services -- those limits 
are dynamic and may change over time, so you should design your application 
to handle these errors properly.

In terms of your token's allowable operations per day, that will not change 
unless your access type changes from *Basic* to *Standard* or vice versa.

You mentioned you found broken links on MutateJobService. Could you let me 
know how you came across those so I can investigate?

Thanks,
Josh, AdWords API Team

On Sunday, June 8, 2014 10:18:40 PM UTC-4, Ricky Cortopassi wrote:
>
> Thank you for the response.  I have reviewed the ratesheet.However,   I 
> had read before that using the bulkmutatejobservice would result in lower 
> amount of operations being used up ( half of what the adgroupservice mutate 
> request would). This does not seem to be the case on the rate sheet.. Do 
> you know if this has changed. I tried to find the page that talked about 
> the bulk mutate , however most of them now go to broken links. This just 
> started happening about a week ago, Before that we were using well over 
> 10,000 operations per day. 
>
> Thanks, 
> Rc
>
>
>
> On Friday, June 6, 2014 3:09:16 PM UTC-5, Josh Radcliff (AdWords API Team) 
> wrote:
>>
>> Hi,
>>
>> I'm not aware of any way to see the type of access you have via the UI or 
>> the API, but when you apply for standard access I would expect the API 
>> Review Team to let you know if you already have that level of access.
>>
>> The numOperations returned in the response is not a cumulative value, and 
>> as far as I know does not return different values based on your access type.
>>
>> If you want to track your operations count you'll need to implement that 
>> in your application, using the Rate Sheet 
>> <https://developers.google.com/adwords/api/docs/ratesheet> as a guide.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Friday, June 6, 2014 10:51:57 AM UTC-4, Ricky Cortopassi wrote:
>>>
>>> I am having the same issue regarding the RATE LIMIT - billing per day . 
>>> We applied for standard access, however - how can you tell if you have 
>>> standard access or basic . I think that the soap response should have num 
>>> operations as 0 if it is standard access, and the basic should have the num 
>>> operations of the 10,000 used if basic . Is this correct. ? 
>>>
>>> Thanks 
>>>
>>> On Tuesday, June 3, 2014 3:37:27 PM UTC-5, Sudi Gopinath wrote:
>>>>
>>>> I am trying to understand how  RateExceededError(s) are associated 
>>>> with MCC accounts and Developer Tokens.
>>>>
>>>> My application uses a single developer token to pull various reports 
>>>> from AdWords (Keyword Performance, Ad Performance etc.) across multiple 
>>>> MCC 
>>>> accounts. During some large pulls across multiple accounts/campaigns I get 
>>>> a RateExceededError - "RateExceededError <rateName=BillingPerDay, 
>>>> rateKey=level1_plan, rateScope=DEVELOPER, retryAfterSeconds=86400"
>>>>
>>>> 1. Since this is a BillingPerDay rate name, does this mean that it is 
>>>> associated with my developer token? 
>>>> 2. If so, can I upgrade my developer token rate limit?
>>>> 3. The retryAfterSeconds = 86400 which is 24 hours (whoa!). Is there 
>>>> any way around this as a stop gap?
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.

Reply via email to