Re: error when i am using keywordplanideaservice

2023-12-05 Thread 冨田英祐(pokotyamu えーちゃん)

Thank you for your answer.

I was able to understand how to calculate the operation.
And I'll try implementing it. 

If I find any unclear points, I'll question again.

Thank you again for your help.
2023年12月6日水曜日 7:22:07 UTC+9 Google Ads API Forum Advisor:

> Hi,
>
> Thank you for getting back to us.
>
> Please find the response to your queries respectively.
>
>
> *Does this consume 1 operation? Or does it consume 10,000 operations?*
>
> A maximum of 10,000 keywords can be used in a request. So, it will only 
> consume 1 operation.
>
>
> *And 1 QPS's Query means equal operation?*
>
> Please note that 1 QPS is calculated as 60 requests per 60 seconds.
>
> Hope this helps. If you have any more queries, please feel free to get 
> back to us.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qCAkF:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/90fea40e-955d-4cbc-ae0b-61a68716eb5fn%40googlegroups.com.


Re: error when i am using keywordplanideaservice

2023-12-05 Thread 冨田英祐(pokotyamu えーちゃん)
Hi,

I am also facing the same issue when using 
KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics, so please let me 
ask a question.

> You may check out API Limits and Quotas for more information.
> 15,000 API operations per day

I have read the article about this API limit and quotas.
I think that with GenerateKeywordHistoricalMetrics, you can specify up to 
10,000 words at the same time as keywords in one request.(
https://developers.google.com/google-ads/api/reference/rpc/v15/GenerateKeywordHistoricalMetricsRequest
)

Does this consume 1 operation? Or does it consume 10,000 operations?
And 1 QPS's Query means equal operation?
I need an answer for this as it is necessary for calculating when imposing 
limit restrictions.

Thank you for your confirmation.

2023年11月21日火曜日 19:02:09 UTC+9 Google Ads API Forum Advisor:

> Hi,
>
> Thank you for getting back to us.
>
> By reviewing your query, I understand that you are getting the error "
> RESOURCE_EXHAUSTED 
> ",
>  
> which means that a system frequency limit has been exceeded. Kindly prevent 
> sending too many requests in a short period of time and also ensure to set 
> up short delays between requests or combine more operations in fewer 
> requests. Also, please check this sample code for how to Handle a Rate 
> Exceeded Error 
> 
>  for 
> more information.
>
> Additionally, we also have daily API operation limits where requests that 
> violate these limits are rejected with the error: RESOURCE_EXHAUSTED. You 
> may check out API Limits and Quotas 
>  for 
> more information.
>
> Also, you can try making a request to the Method: 
> customers.generateKeywordHistoricalMetrics 
> 
>  
> endpoint to see the results.
>
> If you are still encountering an error, kindly provide us with the updated 
> complete API logs (request 
> 
>  and response 
> 
>  with request-id 
> 
>  and request header 
> )
>  
> generated at your end to assist you better.
>
>
> If you are using a client library and haven't enabled the logging yet, I 
> would request you to enable logging for the specific client library that 
> you are using. You can refer to the guides Java 
> 
> , .Net 
> 
> , PHP 
> 
> , Python 
> 
> , Ruby 
> 
>  or Perl 
>  
> to 
> enable logging at your end. For REST interface requests, you can enable 
> logging via the curl command by using the -i flag.
>
> You can send the details via *Reply privately to the author option*, or 
> *direct 
> private reply* to this email.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qCAkF:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/11fddcab-9627-4514-9b7c-41c15c5bfbdfn%40googlegroups.com.


Re: error when i am using keywordplanideaservice

2023-11-20 Thread M i
The threshold at which a 429 error occurs is no longer abnormally low.

Please allow me to ask a few questions as we continue to use the Google Ads 
API.


1. about the cause
I was definitely below both the number of requests per day and the number 
of QPS per day, but the following error occurred.
Method name: 
google.ads.googleads.v14.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics
429 Resource has been exhausted (e.g. check quota). [type_url: 
\"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure\"\"}nvalue:
 
\"\n-\\002X\002\002\002\022\\'Too many Retry in 30 
seconds.\\022\026rM939K2Wct9csMku1UdQ2A\"\"\n]


In what cases does this situation occur?


2. how to prevent it from happening?
Can you please suggest a way to prevent the 429 error from occurring?
If you have more than one method, we would appreciate it if you could 
provide us with each of them. 3.

3. how to deal with the problem if it occurs
If the 429 error does occur, is there any way to resolve it in as little 
time as possible?

Thank you in advance for your cooperation in confirming the above.

2023年11月14日火曜日 16:53:06 UTC+9 Google Ads API Forum Advisor:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> I see that you have already raised this concern on another thread with 
> "Error when I am using KeywordPlanIdeaService" and we have already 
> responded there for this issue. To avoid multiple threads on the same 
> issue, please take a look at that thread and continue the discussion on the 
> same for further updates on the issue.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qCAkF:ref"
>
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>  
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8e095152-e810-4d40-8031-7353e16a4d33n%40googlegroups.com.


Re: error when i am using keywordplanideaservice

2023-11-20 Thread M i
The threshold at which a 429 error occurs is no longer abnormally low.

Please allow me to ask a few questions as we continue to use the Google Ads 
API.


1. about the cause
I was definitely below both the number of requests per day and the number 
of QPS per day, but the following error occurred.
Method name: 
google.ads.googleads.v14.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics
429 Resource has been exhausted (e.g. check quota). [type_url: 
\"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure\"\"}nvalue:
 
\"\n-\\002X\002\002\002\022\\'Too many Retry in 30 
seconds.\\022\026rM939K2Wct9csMku1UdQ2A\"\"\n]


In what cases does this situation occur?


2. how to prevent it from happening?
Can you please suggest a way to prevent the 429 error from occurring?
If you have more than one method, we would appreciate it if you could 
provide us with each of them. 3.

3. how to deal with the problem if it occurs
If the 429 error does occur, is there any way to resolve it in as little 
time as possible?

Thank you in advance for your cooperation in confirming the above.

2023年11月14日火曜日 16:53:06 UTC+9 Google Ads API Forum Advisor:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> I see that you have already raised this concern on another thread with 
> "Error when I am using KeywordPlanIdeaService" and we have already 
> responded there for this issue. To avoid multiple threads on the same 
> issue, please take a look at that thread and continue the discussion on the 
> same for further updates on the issue.
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02qCAkF:ref"
>
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>  
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/417c339c-8730-49c2-9603-acf102e2b038n%40googlegroups.com.


Re: Error when I am using KeywordPlanIdeaService

2023-11-13 Thread Nick
Exact same thing happening to me

On Monday, November 13, 2023 at 7:44:59 PM UTC-5 M i wrote:

> I am using Google AdsAPI from Python.
> When I make a request I get the following error
>
> Method name: 
> google.ads.googleads.v14.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics
> 429 Resource has been exhausted (e.g. check quota). [type_url: \"
> type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure\ 
> "\"}nvalue:
>  
> \"\n-\\\002X\002\002\022\\'Too many requests. Retry in 30 
> seconds.\\022\026rM939K2Wct9csMku1UdQ2A\"\n]
>
> If you call it once after some time has passed, you will get a normal 
> response in rare cases, but if you call it again, you will get an error.
> Once this happens, a normal response will not be returned until you wait 
> several minutes.
>
> I don't think I am calling enough to reach the request limit.
>
> For your information, I am attaching the number of method calls within 24 
> hours from now.
> The only one we are calling is 
> google.ads.googleads.v14.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics.
> [image: photo.png]
> Thank you for your confirmation.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/01d6cd72-0a92-4e39-b222-d41cd221ca12n%40googlegroups.com.


Error when I am using KeywordPlanIdeaService

2023-11-13 Thread M i
I am using Google AdsAPI from Python.
When I make a request I get the following error

Method name: 
google.ads.googleads.v14.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics
429 Resource has been exhausted (e.g. check quota). [type_url: 
\"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure\"\"}nvalue:
 
\"\n-\\\002X\002\002\022\\'Too many requests. Retry in 30 
seconds.\\022\026rM939K2Wct9csMku1UdQ2A\"\n]

If you call it once after some time has passed, you will get a normal 
response in rare cases, but if you call it again, you will get an error.
Once this happens, a normal response will not be returned until you wait 
several minutes.

I don't think I am calling enough to reach the request limit.

For your information, I am attaching the number of method calls within 24 
hours from now.
The only one we are calling is 
google.ads.googleads.v14.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics.
[image: photo.png]
Thank you for your confirmation.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/db6b67db-b0c1-485c-851b-88632d20f54an%40googlegroups.com.


RE: error when i am using keywordplanideaservice

2023-07-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out to the Google Ads API Team.

It appears that you are getting a RESOURCE_EXHAUSTED error. It means that a 
system frequency limit has been exceeded. Kindly prevent sending too many 
requests in a short period of time and also ensure to set up short delays 
between requests or combine more operations into fewer requests. You can check 
this documentation 
(https://developers.google.com/google-ads/api/docs/best-practices/common-errors?hl=en#quotaerror)
 for more details.

Kindly also note that as per this documentation 
(https://developers.google.com/google-ads/api/docs/best-practices/quotas#daily_api_operation_limits),
 daily API usage limits are based on the number of API operations made per 
developer token. API operations are the total sum of get requests and mutate 
operations. The limits for daily API operations depend on the access level of 
the developer token. The Access Levels and Permissible Use Guide outlines the 
specific API operation limits for each access level. Requests that violate 
these limits are rejected with the error RESOURCE_EXHAUSTED. You may check the 
API Limits and Quotas 
(https://developers.google.com/google-ads/api/docs/best-practices/quotas?hl=en) 
for more information. Additionally, due to cost and complexity, the Planning 
service methods listed in this 
documentation(https://developers.google.com/google-ads/api/docs/best-practices/quotas#planning_services)
 are subject to separate limits from other types of requests.

With that being said, can you please provide us with the complete logs(request 
and response with request ID) generated on your end so we can investigate 
further?

request: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#request
response: 
https://developers.google.com/google-ads/api/docs/concepts/field-service?hl=en#response
request-id: 
https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#request-id

You can provide it via Reply privately to the author option. If this option is 
not available, then send it instead on this email address 
googleadsapi-supp...@google.com

This message is in relation to case "ref:_00D1U1174p._5004Q2n6iPv:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fWdOm0RXOR2200ZzjWBccNQ3KK-FI2ss6_Dw%40sfdc.net.


Error when I am using KeywordPlanIdeaService

2023-07-12 Thread Akshay Karadkar
Hey , 

So particularly , we want to get the monthly average search volume for 
particular keyword and for that we are using google ads 
API's KeywordPlanIdeaService.

We are making a python script to get what we required , but at the end we 
are getting this particular issue.

ResourceExhausted: 429 Resource has been exhausted (e.g. check quota). 
[type_url: 
"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure"
value: "\n-\n\002X\002\022\'Too many requests. Retry in 30 
seconds.\022\026yYmMyXdHQPbJTorSR7dtqA"

Request made: ClientCustomerId: , Host: googleads.googleapis.com, 
Method: 
/google.ads.googleads.v14.services.KeywordPlanIdeaService/GenerateKeywordIdeas, 
RequestId: yYmMyXdHQPbJTorSR7dtqA, IsFault: True, FaultMessage: Resource 
has been exhausted (e.g. check quota).  

Let us know the issue with the API and also let us know the rate limits for 
this particular API

Thanks !





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/30c857e3-0d7c-4a5c-8894-a1348ca17ed4n%40googlegroups.com.