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 request on to the relevant parties.

Best,
- Eric

On Feb 16, 12:19 pm, "john.patrick.gal...@gmail.com"
 wrote:
> 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 limitations. Is there somewhere or someone who can talk
> with us regarding these limitations? We'll gladly code around them but
> we have to know exactly what they all are in order to do so.
>
> John
>
> On Dec 18 2009, 5:57 pm, AdWords API Advisor
>
>
>
>  wrote:
> > 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
> > excessive requests.
>
> > Best,
> > - Eric
>
> > On Nov 23, 6:45 pm, AdWords API Advisor 
> > wrote:
>
> > > 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 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 the following categories:bulk_new_qps,bulk_new_api_type'
>
> > > > I am using the CampaignService.mutate method to add a new campaign.
> > > > Would it be possible for someone to look at this and let us know whats
> > > > going on. At this point, our development has to come to a complete
> > > > standstill unless we can resolve this. I can send you the SOAP
> > > > messages if that helps or provide our sanbox information.
>
> > > > Thanks in advance.
>
> > > > On Nov 22, 12:43 pm, mk  wrote:
>
> > > > > 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 exactly how many calls we
> > > > > can make in a day. We plan to upload a large number of keywords to a
> > > > > new account that we are creating and if production has similar quota
> > > > > limits, it is going to be a big problem for us.
>
> > > > > On Nov 17, 11:32 am, AdWords API Advisor
>
> > > > >  wrote:
> > > > > > 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
> > > > > > > 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?
>
> > > > > > > > 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 
> > > > > > > > > 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 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...@centrum.sk"
>
> > > > > > >

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 here.

John

On Feb 16, 12:19 pm, "john.patrick.gal...@gmail.com"
 wrote:
> 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 limitations. Is there somewhere or someone who can talk
> with us regarding these limitations? We'll gladly code around them but
> we have to know exactly what they all are in order to do so.
>
> John
>
> On Dec 18 2009, 5:57 pm, AdWords API Advisor
>
>  wrote:
> > 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
> > excessive requests.
>
> > Best,
> > - Eric
>
> > On Nov 23, 6:45 pm, AdWords API Advisor 
> > wrote:
>
> > > 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 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 the following categories:bulk_new_qps,bulk_new_api_type'
>
> > > > I am using the CampaignService.mutate method to add a new campaign.
> > > > Would it be possible for someone to look at this and let us know whats
> > > > going on. At this point, our development has to come to a complete
> > > > standstill unless we can resolve this. I can send you the SOAP
> > > > messages if that helps or provide our sanbox information.
>
> > > > Thanks in advance.
>
> > > > On Nov 22, 12:43 pm, mk  wrote:
>
> > > > > 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 exactly how many calls we
> > > > > can make in a day. We plan to upload a large number of keywords to a
> > > > > new account that we are creating and if production has similar quota
> > > > > limits, it is going to be a big problem for us.
>
> > > > > On Nov 17, 11:32 am, AdWords API Advisor
>
> > > > >  wrote:
> > > > > > 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
> > > > > > > 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?
>
> > > > > > > > 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 
> > > > > > > > > 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 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...@centrum.sk"
>
> > > > > > > > > >  wrote:
> > > > > > > > > > > I

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 limitations. Is there somewhere or someone who can talk
with us regarding these limitations? We'll gladly code around them but
we have to know exactly what they all are in order to do so.

John


On Dec 18 2009, 5:57 pm, AdWords API Advisor
 wrote:
> 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
> excessive requests.
>
> Best,
> - Eric
>
> On Nov 23, 6:45 pm, AdWords API Advisor 
> wrote:
>
> > 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 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 the following categories:bulk_new_qps,bulk_new_api_type'
>
> > > I am using the CampaignService.mutate method to add a new campaign.
> > > Would it be possible for someone to look at this and let us know whats
> > > going on. At this point, our development has to come to a complete
> > > standstill unless we can resolve this. I can send you the SOAP
> > > messages if that helps or provide our sanbox information.
>
> > > Thanks in advance.
>
> > > On Nov 22, 12:43 pm, mk  wrote:
>
> > > > 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 exactly how many calls we
> > > > can make in a day. We plan to upload a large number of keywords to a
> > > > new account that we are creating and if production has similar quota
> > > > limits, it is going to be a big problem for us.
>
> > > > On Nov 17, 11:32 am, AdWords API Advisor
>
> > > >  wrote:
> > > > > 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
> > > > > > 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?
>
> > > > > > > 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 
> > > > > > > > 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 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...@centrum.sk"
>
> > > > > > > > >  wrote:
> > > > > > > > > > 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 have 
> > > > > > > > > > > exceeded the
> > > > > > > > > > > quota in the following categories:DB_OPERATIONS'"
>
> > > > > > > > > 

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
excessive requests.

Best,
- Eric

On Nov 23, 6:45 pm, AdWords API Advisor 
wrote:
> 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 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 the following categories:bulk_new_qps,bulk_new_api_type'
>
> > I am using the CampaignService.mutate method to add a new campaign.
> > Would it be possible for someone to look at this and let us know whats
> > going on. At this point, our development has to come to a complete
> > standstill unless we can resolve this. I can send you the SOAP
> > messages if that helps or provide our sanbox information.
>
> > Thanks in advance.
>
> > On Nov 22, 12:43 pm, mk  wrote:
>
> > > 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 exactly how many calls we
> > > can make in a day. We plan to upload a large number of keywords to a
> > > new account that we are creating and if production has similar quota
> > > limits, it is going to be a big problem for us.
>
> > > On Nov 17, 11:32 am, AdWords API Advisor
>
> > >  wrote:
> > > > 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
> > > > > 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?
>
> > > > > > 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 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 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...@centrum.sk"
>
> > > > > > > >  wrote:
> > > > > > > > > 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 have 
> > > > > > > > > > exceeded the
> > > > > > > > > > quota in the following categories:DB_OPERATIONS'"
>
> > > > > > > > > > How can I resolve this?

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.




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 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 the following categories:bulk_new_qps,bulk_new_api_type'
>
> I am using the CampaignService.mutate method to add a new campaign.
> Would it be possible for someone to look at this and let us know whats
> going on. At this point, our development has to come to a complete
> standstill unless we can resolve this. I can send you the SOAP
> messages if that helps or provide our sanbox information.
>
> Thanks in advance.
>
> On Nov 22, 12:43 pm, mk  wrote:
>
>
>
> > 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 exactly how many calls we
> > can make in a day. We plan to upload a large number of keywords to a
> > new account that we are creating and if production has similar quota
> > limits, it is going to be a big problem for us.
>
> > On Nov 17, 11:32 am, AdWords API Advisor
>
> >  wrote:
> > > 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
> > > > 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?
>
> > > > > 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 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 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...@centrum.sk"
>
> > > > > > >  wrote:
> > > > > > > > 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 have 
> > > > > > > > > exceeded the
> > > > > > > > > quota in the following categories:DB_OPERATIONS'"
>
> > > > > > > > > How can I resolve this?

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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 the following categories:bulk_new_qps,bulk_new_api_type'

I am using the CampaignService.mutate method to add a new campaign.
Would it be possible for someone to look at this and let us know whats
going on. At this point, our development has to come to a complete
standstill unless we can resolve this. I can send you the SOAP
messages if that helps or provide our sanbox information.

Thanks in advance.

On Nov 22, 12:43 pm, mk  wrote:
> 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 exactly how many calls we
> can make in a day. We plan to upload a large number of keywords to a
> new account that we are creating and if production has similar quota
> limits, it is going to be a big problem for us.
>
> On Nov 17, 11:32 am, AdWords API Advisor
>
>  wrote:
> > 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
> > > 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?
>
> > > > 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 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 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...@centrum.sk"
>
> > > > > >  wrote:
> > > > > > > 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 have 
> > > > > > > > exceeded the
> > > > > > > > quota in the following categories:DB_OPERATIONS'"
>
> > > > > > > > How can I resolve this?

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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 exactly how many calls we
can make in a day. We plan to upload a large number of keywords to a
new account that we are creating and if production has similar quota
limits, it is going to be a big problem for us.



On Nov 17, 11:32 am, AdWords API Advisor
 wrote:
> 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
> > 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?
>
> > > 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 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 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...@centrum.sk"
>
> > > > >  wrote:
> > > > > > 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 have exceeded 
> > > > > > > the
> > > > > > > quota in the following categories:DB_OPERATIONS'"
>
> > > > > > > How can I resolve this?

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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
> 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?
>
> > 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 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 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...@centrum.sk"
>
> > > >  wrote:
> > > > > 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 have exceeded 
> > > > > > the
> > > > > > quota in the following categories:DB_OPERATIONS'"
>
> > > > > > How can I resolve this?

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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?
>
> 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 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 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...@centrum.sk"
>
> > >  wrote:
> > > > 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 have exceeded the
> > > > > quota in the following categories:DB_OPERATIONS'"
>
> > > > > How can I resolve this?
>
>

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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 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 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...@centrum.sk"
>
> >  wrote:
> > > 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 have exceeded the
> > > > quota in the following categories:DB_OPERATIONS'"
>
> > > > How can I resolve this?

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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 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...@centrum.sk"
>
>  wrote:
> > 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 have exceeded the
> > > quota in the following categories:DB_OPERATIONS'"
>
> > > How can I resolve this?
>
>

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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...@centrum.sk"
 wrote:
> 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 have exceeded the
> > quota in the following categories:DB_OPERATIONS'"
>
> > How can I resolve this?

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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 have exceeded the
> quota in the following categories:DB_OPERATIONS'"
>
> How can I resolve this?

--

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-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=.




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 be an effective way to avoid these types of errors.
When you get an error like this it's best to wait for a minute or two
before resuming requests, after which the lock should be removed from
your account.

Best,
- Eric

On Oct 28, 5:51 am, "daniel.pl...@gmail.com" 
wrote:
> 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 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 have no idea what that means to solve for future problems, and no
> > telling when I can start submitting again.
>
> > Thanks.
> > pat
>
> > On Oct 27, 9:38 am, AdWords API Advisor 
> > wrote:
>
> > > 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.com" 
> > > wrote:
>
> > > > 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 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 concurrent threads.
>
> > > > > Best,
> > > > > - Eric Koleda, AdWords API Team
>
> > > > > On Oct 27, 8:06 am, "daniel.pl...@gmail.com" 
> > > > > wrote:
>
> > > > > > 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, 6:56 pm, AdWords API Advisor 
> > > > > > 
> > > > > > wrote:
>
> > > > > > > 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?
> > > > > > > After how many requests do you start to see it?
>
> > > > > > > Best,
> > > > > > > - Eric
>
> > > > > > > On Oct 5, 5:22 pm, Stephen  wrote:
>
> > > > > > > > I was receiving this error on mysandboxafter 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 campaigns, then all ad groups for these
> > > > > > > > campaigns.  I have plenty of paid for API requests left in my
> > > > > > > > account.
>
> > > > > > > > So what causes this error? And is there something we can do to 
> > > > > > > > prevent
> > > > > > > > it?
>
> > > > > > > > On Oct 2, 2:48 pm, Andy  wrote:
>
> > > > > > > > > Is this limitation connected only to asandbox?
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 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 have no idea what that means to solve for future problems, and no
> telling when I can start submitting again.
>
> Thanks.
> pat
>
> On Oct 27, 9:38 am, AdWords API Advisor 
> wrote:
>
> > 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.com" 
> > wrote:
>
> > > 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 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 concurrent threads.
>
> > > > Best,
> > > > - Eric Koleda, AdWords API Team
>
> > > > On Oct 27, 8:06 am, "daniel.pl...@gmail.com" 
> > > > wrote:
>
> > > > > 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, 6:56 pm, AdWords API Advisor 
> > > > > wrote:
>
> > > > > > 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?
> > > > > > After how many requests do you start to see it?
>
> > > > > > Best,
> > > > > > - Eric
>
> > > > > > On Oct 5, 5:22 pm, Stephen  wrote:
>
> > > > > > > I was receiving this error on mysandboxafter 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 campaigns, then all ad groups for these
> > > > > > > campaigns.  I have plenty of paid for API requests left in my
> > > > > > > account.
>
> > > > > > > So what causes this error? And is there something we can do to 
> > > > > > > prevent
> > > > > > > it?
>
> > > > > > > On Oct 2, 2:48 pm, Andy  wrote:
>
> > > > > > > > Is this limitation connected only to asandbox?
>
>
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 have no idea what that means to solve for future problems, and no
telling when I can start submitting again.

Thanks.
pat


On Oct 27, 9:38 am, AdWords API Advisor 
wrote:
> 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.com" 
> wrote:
>
>
>
> > 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 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 concurrent threads.
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Oct 27, 8:06 am, "daniel.pl...@gmail.com" 
> > > wrote:
>
> > > > 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, 6:56 pm, AdWords API Advisor 
> > > > wrote:
>
> > > > > 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?
> > > > > After how many requests do you start to see it?
>
> > > > > Best,
> > > > > - Eric
>
> > > > > On Oct 5, 5:22 pm, Stephen  wrote:
>
> > > > > > I was receiving this error on mysandboxafter 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 campaigns, then all ad groups for these
> > > > > > campaigns.  I have plenty of paid for API requests left in my
> > > > > > account.
>
> > > > > > So what causes this error? And is there something we can do to 
> > > > > > prevent
> > > > > > it?
>
> > > > > > On Oct 2, 2:48 pm, Andy  wrote:
>
> > > > > > > Is this limitation connected only to asandbox?

--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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.com" 
wrote:
> 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 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 concurrent threads.
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Oct 27, 8:06 am, "daniel.pl...@gmail.com" 
> > wrote:
>
> > > 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, 6:56 pm, AdWords API Advisor 
> > > wrote:
>
> > > > 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?
> > > > After how many requests do you start to see it?
>
> > > > Best,
> > > > - Eric
>
> > > > On Oct 5, 5:22 pm, Stephen  wrote:
>
> > > > > I was receiving this error on mysandboxafter 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 campaigns, then all ad groups for these
> > > > > campaigns.  I have plenty of paid for API requests left in my
> > > > > account.
>
> > > > > So what causes this error? And is there something we can do to prevent
> > > > > it?
>
> > > > > On Oct 2, 2:48 pm, Andy  wrote:
>
> > > > > > Is this limitation connected only to asandbox?
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 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 concurrent threads.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Oct 27, 8:06 am, "daniel.pl...@gmail.com" 
> wrote:
>
> > 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, 6:56 pm, AdWords API Advisor 
> > wrote:
>
> > > 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?
> > > After how many requests do you start to see it?
>
> > > Best,
> > > - Eric
>
> > > On Oct 5, 5:22 pm, Stephen  wrote:
>
> > > > I was receiving this error on mysandboxafter 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 campaigns, then all ad groups for these
> > > > campaigns.  I have plenty of paid for API requests left in my
> > > > account.
>
> > > > So what causes this error? And is there something we can do to prevent
> > > > it?
>
> > > > On Oct 2, 2:48 pm, Andy  wrote:
>
> > > > > Is this limitation connected only to asandbox?
>
>
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 concurrent threads.

Best,
- Eric Koleda, AdWords API Team

On Oct 27, 8:06 am, "daniel.pl...@gmail.com" 
wrote:
> 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, 6:56 pm, AdWords API Advisor 
> wrote:
>
>
>
> > 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?
> > After how many requests do you start to see it?
>
> > Best,
> > - Eric
>
> > On Oct 5, 5:22 pm, Stephen  wrote:
>
> > > I was receiving this error on mysandboxafter 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 campaigns, then all ad groups for these
> > > campaigns.  I have plenty of paid for API requests left in my
> > > account.
>
> > > So what causes this error? And is there something we can do to prevent
> > > it?
>
> > > On Oct 2, 2:48 pm, Andy  wrote:
>
> > > > Is this limitation connected only to asandbox?
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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, 6:56 pm, AdWords API Advisor 
wrote:
> 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?
> After how many requests do you start to see it?
>
> Best,
> - Eric
>
> On Oct 5, 5:22 pm, Stephen  wrote:
>
> > I was receiving this error on mysandboxafter 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 campaigns, then all ad groups for these
> > campaigns.  I have plenty of paid for API requests left in my
> > account.
>
> > So what causes this error? And is there something we can do to prevent
> > it?
>
> > On Oct 2, 2:48 pm, Andy  wrote:
>
> > > Is this limitation connected only to asandbox?
>
>
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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?
After how many requests do you start to see it?

Best,
- Eric

On Oct 5, 5:22 pm, Stephen  wrote:
> 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 campaigns, then all ad groups for these
> campaigns.  I have plenty of paid for API requests left in my
> account.
>
> So what causes this error? And is there something we can do to prevent
> it?
>
> On Oct 2, 2:48 pm, Andy  wrote:
>
>
>
> > 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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 campaigns, then all ad groups for these
campaigns.  I have plenty of paid for API requests left in my
account.

So what causes this error? And is there something we can do to prevent
it?

On Oct 2, 2:48 pm, Andy  wrote:
> 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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 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 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 getting an over quota error on the sandbox:
>
> > > "QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the
> > > quota in the following categories:DB_OPERATIONS'"
>
> > > How can I resolve this?
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 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 getting an over quota error on the sandbox:
>
> > "QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the
> > quota in the following categories:DB_OPERATIONS'"
>
> > How can I resolve this?
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



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 getting an over quota error on the sandbox:
>
> "QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the
> quota in the following categories:DB_OPERATIONS'"
>
> How can I resolve this?
--~--~-~--~~~---~--~~
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 group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---