AdWords API Re: Sandbox Over Quota

2010-02-17 Thread AdWords API Advisor
Hi John, Our current policy is not to expose these limits, but we understand the burden this places on your development and we'd be glad to further discuss the issue with you offline. The best course of action would be to contact your AdWords Account Representative and they can forward your reque

AdWords API Re: Sandbox Over Quota

2010-02-16 Thread john.patrick.gal...@gmail.com
I should add that we received a "You have exceeded the quota in the following categories : RequestsPerMinute,ServicesUsagePerMinute'" in our QA environment. This environment processes 6 of our clients. If it's too much for the 2009 APIs, my production environment won't stand a chance. I need help h

AdWords API Re: Sandbox Over Quota

2010-02-16 Thread john.patrick.gal...@gmail.com
Eric: We develop a commercial SEM solution that currently processes hundreds of client accounts each day from a hosted environment. We're two weeks away from pushing a version into production which supports the 2009 APIs. I can't run the risk of the system failing because of unknown/ unadvertised

AdWords API Re: Sandbox Over Quota

2009-12-18 Thread AdWords API Advisor
Hi Everyone, A fix was developed for this problem and deployed to the servers. My testing has shown that the bulk mutate rate limit errors are no longer triggered by non-bulk mutate operations. Be aware though that there are other rate limits in the system that you may run in to when making exce

AdWords API Re: Sandbox Over Quota

2009-11-23 Thread AdWords API Advisor
Hi, Thank you for the feedback regarding this problem. We are actively working to address this issue and hope to have a resolution soon. Best, - Eric On Nov 23, 12:44 pm, mk wrote: > This continues to be a problem for us. I ran the one test that I'm > trying to get working which created one ca

AdWords API Re: Sandbox Over Quota

2009-11-23 Thread mk
This continues to be a problem for us. I ran the one test that I'm trying to get working which created one campaign and one adgroup under it. The second time I try to run this test, it fails! Here is the actual error: QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the quota in th

AdWords API Re: Sandbox Over Quota

2009-11-23 Thread mk
I am seeing the same error when I try to create a campign in the sandbox. Funny thing is I am pretty sure that I have *not* any made any calls at all to the adwords api today. I am not sure if you guys realize how much of an inconvenience this is to us. I am also not sure about the secrecy around

AdWords API Re: Sandbox Over Quota

2009-11-17 Thread AdWords API Advisor
Hi, There have been other reports of this happening when the BulkMutateJobService wasn't used, and our core engineering team in looking into it. Best, - Eric On Nov 17, 12:13 pm, "martinusapiklie...@centrum.sk" wrote: > I use only CampaignService, AdGroupService, AdGroupCriterionService > servi

AdWords API Re: Sandbox Over Quota

2009-11-17 Thread martinusapiklie...@centrum.sk
I use only CampaignService, AdGroupService, AdGroupCriterionService services and get, mutate functions... No I don't use BulkMutateJobService... On 17. Nov, 17:41 h., AdWords API Advisor wrote: > Hi, > > What service and methods did you use?  Did you use the > BulkMutateJobService at all? > > Be

AdWords API Re: Sandbox Over Quota

2009-11-17 Thread AdWords API Advisor
Hi, What service and methods did you use? Did you use the BulkMutateJobService at all? Best, - Eric On Nov 17, 3:48 am, "martinusapiklie...@centrum.sk" wrote: > But this error I get in the production environment. > The exact error is: > "QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have

AdWords API Re: Sandbox Over Quota

2009-11-17 Thread martinusapiklie...@centrum.sk
But this error I get in the production environment. The exact error is: "QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the quota in the following categories:bulk_light_api_type,bulk_light_qps'" On 17. Nov, 00:35 h., AdWords API Advisor wrote: > Hi, > > Yes, this specific type

AdWords API Re: Sandbox Over Quota

2009-11-16 Thread AdWords API Advisor
Hi, Yes, this specific type of quota was introduced in v2009. We have been working to better fine tune the quota though and these errors should be rare in the sandbox. What is the exact error message you are receiving? Best, - Eric Koleda, AdWords API Team On Nov 16, 3:17 pm, "martinusapiklie.

AdWords API Re: Sandbox Over Quota

2009-11-16 Thread martinusapiklie...@centrum.sk
I have this problem in v200909 version too. But in v13 version I don't have this problem... It is problem only for v200909 version Adwords API??? On 25. Sep., 08:32 h., Colin Ramsay wrote: > I'm getting an over quota error on the sandbox: > > "QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You h

AdWords API Re: Sandbox Over Quota

2009-10-28 Thread AdWords API Advisor
Hi Pat, Unfortunately these categories aren't yet documented, and I've raised the issue with the AdWords API team. Dan's assumption is correct, that you've exceeded the allowed number of requests per second. Adding a small delay between requests, or batching small requests into larger ones, can

AdWords API Re: Sandbox Over Quota

2009-10-28 Thread daniel.pl...@gmail.com
this is only a guess, but based on my error, it looks like your submitting too many queries per second (QPS). I put a 200 millisecond delay between calls, and that fixed my problem. Dan On Oct 27, 9:20 pm, showroomlogic wrote: > Can someone please provide a place where we know what the actual

AdWords API Re: Sandbox Over Quota

2009-10-27 Thread showroomlogic
Can someone please provide a place where we know what the actual quota limit exceptions mean, as well as how long we have to wait until we can start submitting again? Here is my current limit exceeded: "You have exceeded the quota in the following categories:bulk_light_api_type,bulk_light_qps" I

AdWords API Re: Sandbox Over Quota

2009-10-27 Thread AdWords API Advisor
Hi Dan, Unfortunately the exact limits are not made public, and they are subject to change over time. We recommend that developers catch these types of exceptions and handle them appropriately, usually by pausing and re-trying the request. Best, - Eric On Oct 27, 11:03 am, "daniel.pl...@gmail.

AdWords API Re: Sandbox Over Quota

2009-10-27 Thread daniel.pl...@gmail.com
cool, thanks. Is there a list some where the explains all the limits for v200909? How many requests per second are allowed? Thanks Dan On Oct 27, 2:54 pm, AdWords API Advisor wrote: > Hi Daniel, > > The error message indicates you are running into another type of quota > limit, which is re

AdWords API Re: Sandbox Over Quota

2009-10-27 Thread AdWords API Advisor
Hi Daniel, The error message indicates you are running into another type of quota limit, which is requests per second. The likely cause is that you are sending requests too quickly, and perhaps from multiple threads. To avoid this error put a delay between your requests or limit the usage of co

AdWords API Re: Sandbox Over Quota

2009-10-27 Thread daniel.pl...@gmail.com
I'm getting the same error on a campaign level. All my script does is grab a list of campaigns, and then deletes them. So far none of the campaigns have been delete (not sure if my code works). Then I started getting 'You have exceeded the quota in the following categories:QPS'. Dan On Oct 6

AdWords API Re: Sandbox Over Quota

2009-10-06 Thread AdWords API Advisor
Hi, To answer Andy's question, this limitation is also present on the production environment. As for your question Steven, the limitation is on the number of objects updated (campaigns, ad groups, etc) per day, and should not be triggered by get requests. Can you reliably replicate this error?

AdWords API Re: Sandbox Over Quota

2009-10-06 Thread Stephen
I was receiving this error on my sandbox after only a few requests last week. Being frustrated with wasting my time last week, today I started working on my real account, eating the cost. But even working from my paying account I'm still getting the same error after only trying to retrieve all c

AdWords API Re: Sandbox Over Quota

2009-10-02 Thread Andy
Is this limitation connected only to a sandbox? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this gro

AdWords API Re: Sandbox Over Quota

2009-10-01 Thread AdWords API Advisor
Hi Allvin, The exact limit isn't public and is subject to change. However, the maximum number of ad groups allowed in a campaign is 2000, so I would recommend staying at or below that threshold. Best, - Eric Koleda, AdWords API Team On Oct 1, 6:30 pm, allvin wrote: > In my case this exception

AdWords API Re: Sandbox Over Quota

2009-10-01 Thread allvin
In my case this exception didn't disappear by the next day. Is there any limits on number of items in AdGroupService.mutate method? On 25 Вер, 16:41, AdWords API Advisor wrote: > Hi Colin, > > Quota exceptions like these are usually triggered when you've made a > large number of requests over t

AdWords API Re: Sandbox Over Quota

2009-09-25 Thread AdWords API Advisor
Hi Colin, Quota exceptions like these are usually triggered when you've made a large number of requests over the course of the day. The error should disappear by the next day, once your quota has reset. Best, - Eric Koleda, AdWords API Team On Sep 25, 3:32 am, Colin Ramsay wrote: > I'm gettin