Re: RateExceededError rateScope=ACCOUNT

2013-11-05 Thread Erkan Ceran
Hi Paul,

 Thank you your answer i will investigate our code and try again.

 I want to ask another question to you. We will want to
use BudgetOrderService (v201306) servise but i see Note: This service is
available only on a whitelist basis. in documantation page. Could you add
us to whitelist? What you need ? (i can share with you our mcc id or
developer key)

Thank you.

Regards,

Erkan Ceran
*Senior Web Developer*

*SEM
http://www.semtr.com/?utm_source=emailutm_medium=imzautm_campaign=erkan *
| Search Engine Marketing
Google Adwords Certified Partner
Google Analytics Certified Partner
Google Website Optimizer Certified Partner
Doubleclick Studio Certified Partner
Doubleclick QA Certified Partner
YouTube Masthead Badge Certified Partner
Google Analytics Premium Reseller
Google Conversion Professionals

t: +90 212 7055299
f: +90 212 2137007


On Sun, Nov 3, 2013 at 9:26 PM, Paul Matthews (AdWords API Team) 
adwordsapiadvisor+p...@google.com wrote:

 Hi Erkan,

 To manipulate many entities at once, it's best to make use of the
 MutateJobServicehttps://developers.google.com/adwords/api/docs/reference/latest/MutateJobService,
 ensuring you're batching your operations that you're sending to it. Making
 use of the MutateJobService ensures you get the quickest possible
 processing times. Though it's important to adhere to all of the best
 practiceshttps://developers.google.com/adwords/api/docs/guides/bestpractices
 .

 Then it's important to try to not hit the RateExceededError, as it will
 delay your requests. The only way to achieve this is to ensure all your 10
 threads are regulated, keeping under the limits.

 Regards,

 - Paul, AdWords API Team.

 On Wednesday, 30 October 2013 15:31:09 UTC, Erkan Ceran wrote:


 Hi,

 We have 100.000+ products and want to make ads for each product. We
 have a system working with api but if we try to create 100.000+ adgroups,
 its blocked with google api system in short time and returned ;

 [RateExceededError rateName=RequestsPerMinute, rateKey=light_qps,
 rateScope=ACCOUNT, retryAfterSeconds=30]

 We are using multi thread for process (max: 10 paralel process) and using
 bulk operations like in best practices but it takes too much time. If i try
 to wait 30 seconds each RateExceededError error, its takes too much time.

 Have you got any solution for this for complete all process in short time?

 Thanks

  --
 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://googleadsdeveloper.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 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
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups AdWords API Forum group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/adwords-api/hoJ9IojMl84/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 adwords-api+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RateExceededError rateScope=ACCOUNT

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi Erkan,

You'd need to get in touch with your account manager at Google to get into 
the whitelist.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, November 5, 2013 7:46:23 AM UTC-5, Erkan Ceran wrote:

 Hi Paul,

  Thank you your answer i will investigate our code and try again.

  I want to ask another question to you. We will want to 
 use BudgetOrderService (v201306) servise but i see Note: This service is 
 available only on a whitelist basis. in documantation page. Could you add 
 us to whitelist? What you need ? (i can share with you our mcc id or 
 developer key)

 Thank you.

 Regards,

 Erkan Ceran
 *Senior Web Developer*
 *
 *
 *SEMhttp://www.semtr.com/?utm_source=emailutm_medium=imzautm_campaign=erkan
  *| Search Engine Marketing
 Google Adwords Certified Partner 
 Google Analytics Certified Partner
 Google Website Optimizer Certified Partner
 Doubleclick Studio Certified Partner
 Doubleclick QA Certified Partner
 YouTube Masthead Badge Certified Partner
 Google Analytics Premium Reseller
 Google Conversion Professionals 

 t: +90 212 7055299
 f: +90 212 2137007
  

 On Sun, Nov 3, 2013 at 9:26 PM, Paul Matthews (AdWords API Team) 
 adwordsapia...@google.com javascript: wrote:

 Hi Erkan,

 To manipulate many entities at once, it's best to make use of the 
 MutateJobServicehttps://developers.google.com/adwords/api/docs/reference/latest/MutateJobService,
  
 ensuring you're batching your operations that you're sending to it. Making 
 use of the MutateJobService ensures you get the quickest possible 
 processing times. Though it's important to adhere to all of the best 
 practiceshttps://developers.google.com/adwords/api/docs/guides/bestpractices
 .

 Then it's important to try to not hit the RateExceededError, as it will 
 delay your requests. The only way to achieve this is to ensure all your 10 
 threads are regulated, keeping under the limits.

 Regards,

 - Paul, AdWords API Team.

 On Wednesday, 30 October 2013 15:31:09 UTC, Erkan Ceran wrote:


 Hi,

 We have 100.000+ products and want to make ads for each product. We 
 have a system working with api but if we try to create 100.000+ adgroups, 
 its blocked with google api system in short time and returned ;

 [RateExceededError rateName=RequestsPerMinute, rateKey=light_qps, 
 rateScope=ACCOUNT, retryAfterSeconds=30]

 We are using multi thread for process (max: 10 paralel process) and 
 using bulk operations like in best practices but it takes too much time. If 
 i try to wait 30 seconds each RateExceededError error, its takes too much 
 time.

 Have you got any solution for this for complete all process in short 
 time?

 Thanks

  -- 
 -- 
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://googleadsdeveloper.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 adwor...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 adwords-api...@googlegroups.com javascript:
 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 a topic in the 
 Google Groups AdWords API Forum group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/adwords-api/hoJ9IojMl84/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 adwords-api...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: RateExceededError rateScope=ACCOUNT

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi Erkan,

To manipulate many entities at once, it's best to make use of the 
MutateJobServicehttps://developers.google.com/adwords/api/docs/reference/latest/MutateJobService,
 
ensuring you're batching your operations that you're sending to it. Making 
use of the MutateJobService ensures you get the quickest possible 
processing times. Though it's important to adhere to all of the best 
practiceshttps://developers.google.com/adwords/api/docs/guides/bestpractices
.

Then it's important to try to not hit the RateExceededError, as it will 
delay your requests. The only way to achieve this is to ensure all your 10 
threads are regulated, keeping under the limits.

Regards,

- Paul, AdWords API Team.

On Wednesday, 30 October 2013 15:31:09 UTC, Erkan Ceran wrote:


 Hi,

 We have 100.000+ products and want to make ads for each product. We 
 have a system working with api but if we try to create 100.000+ adgroups, 
 its blocked with google api system in short time and returned ;

 [RateExceededError rateName=RequestsPerMinute, rateKey=light_qps, 
 rateScope=ACCOUNT, retryAfterSeconds=30]

 We are using multi thread for process (max: 10 paralel process) and using 
 bulk operations like in best practices but it takes too much time. If i try 
 to wait 30 seconds each RateExceededError error, its takes too much time.

 Have you got any solution for this for complete all process in short time?

 Thanks


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


RateExceededError rateScope=ACCOUNT

2013-10-30 Thread Erkan Ceran

Hi,

We have 100.000+ products and want to make ads for each product. We 
have a system working with api but if we try to create 100.000+ adgroups, 
its blocked with google api system in short time and returned ;

[RateExceededError rateName=RequestsPerMinute, rateKey=light_qps, 
rateScope=ACCOUNT, retryAfterSeconds=30]

We are using multi thread for process (max: 10 paralel process) and using 
bulk operations like in best practices but it takes too much time. If i try 
to wait 30 seconds each RateExceededError error, its takes too much time.

Have you got any solution for this for complete all process in short time?

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

--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.