Hello Rohit,
Thanks for reaching out to the Google Ads API support. There are several ways you can create seeds for generating new keywords:
![]() |
|
||||
Hello Rohit,
Thanks for getting back to us.
As for the error (INVALID_ARGUMENT) you've encountered on the initial thread, can you share to us the complete API logs (request and response with request-id) so our team can further check? Please send the requested details via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
As for the provided function body, can you enclose the 100+ with double quotes same as below?
"includeAdultKeywords": true,
pageSize: inputs.length,
"keywordSeed": {
"keywords": [
"seo",
"something",
"100+"
]
}
Regards,
|
||||||
Hello Rohit,
Thanks for getting back to us.
So our team better check on this and to have a full picture on what you're trying to achieve, can you share to us the complete API logs (request and response with request-id) so our team can further check? Looking on this KeywordSeed guide, it doesn't mention any limit for the number of keywords.
Please send the requested details via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
Regards,
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6c5a40fa-dd56-421b-a9d0-9dcb65b0f2ebn%40googlegroups.com.
|
||||||


Hi Rohit,
Thank you for the replies. I'm also a member of the Google Ads API team and allow me to provide support here.
To investigate this, could you please provide complete request and response logs with request ID and request header that generated on your end. This information will help our team to check further of the exact limit that you encountered and to know if there is a workaround for this.
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 googleadsa...@google.com alias instead.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/fc3e826a-9735-44ef-a1b7-888728ed50f5n%40googlegroups.com.
|
||||||
Hi Rohit,
Thanks for getting back to us. I had to delete your last past as pasted screenshto contained your emails address. Posting sensitive information on forum is not recommmended.
Moving forward, to generate forcast metrics, you may check this page to get the requested Keyword Plan forecasts in REST. Let us know if you have any further questions.
Regards,
|
||||||
|
||||||
Hi Rohit,
Thanks for getting back to us.
You may refer to this code example to create a keyword plan, which can be reused for retrieving forecast metrics and historic metrics. You may see this link on how keywords are added for KeywordPlanAdGroupKeywordOperation using the java client library for your understanding. Hope this helps. Let us know if you have any further questions.
Regards,
|
||||||
|
||||||
|
||||||
Hi Rohit,
Thanks for getting back to us.
Kindly note that all requests to Keyword Planning services for both standard and basic access are rate limited. Fewer requests are allowed per minute when compared to other services. Our recommendation is to cache or store results as you will receive the same response over a long time span. For example, if you request a set of existing keywords, the response is not going to change over a period of hours or days. In the case of historical metrics, the statistics refresh monthly. As mentioned in this guide, following planning services are limited to 1 request per second per CID or developer token:
If the requests that violate these limitations are rejected with the error: RESOURCE_EXHAUSTED. Also, 1 QPS is calculated as 60 requests per 60 seconds.
For your second question, could you provide us with the screenshots of the whole Ads UI via privately where we can see those in the UI? This so that our team can accurately verify and provide specific recommendations.
Regards,
|
||||||