Re: I want to get Keyword States for 100 keywords

2022-04-24 Thread Rohit Nishad
I know limit for planning services.. I am asking what is limit for bulk keywords check. The method you told me above crate ad group and add keywords to them.. this process limit? What is limit for this? one more thing. In UI when we go to keyword planner there is option to upload keywords file

Re: Get more Data about Keyword

2022-04-10 Thread Rohit Nishad
it works but I only get search destitution data, like [ { device: 'DESKTOP', searchCount: '4441938' }, { device: 'MOBILE', searchCount: '4519559' }, { device: 'TABLET', searchCount: '175703' } ] but I want a trend graph... I am using the rest interface how can I get request-id and log?

Re: I want to get Keyword States for 100 keywords

2022-03-27 Thread Rohit Nishad
is there any monthly limit on this? Like generatekeywordIdeas do not have any monthly limit. Is there any monthly limit on this. Here is my flow. I create one Keyword plan, ad group, etc at last i will add 1000 Keyword in ad group. (This is one tome task mean i will do this only ones) then

Re: I want to get Keyword States for 100 keywords

2022-03-08 Thread Rohit Nishad
ok seems good but i have only more question i want to look 100 keywords state too frequently should i create keyword plan every time or should i update the keyword only and resend the request? which is faster? On Monday, 7 March, 2022 at 9:32:38 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > Thanks

Re: I want to get Keyword States for 100 keywords

2022-03-06 Thread Rohit Nishad
I already read the docs but still not find a way to send 1 keyword. as described in docs i have to use KeywordPlanCampaignKeywords , or KeywordPlanAdGroupKeywords

Re: I want to get Keyword States for 100 keywords

2022-03-05 Thread Rohit Nishad
OK, BTW *generate forcast metrics* also do not support JSON input or more than one keyword. If support then me exact function name for better understanding. On Friday, 4 March, 2022 at 7:12:05

Re: Can I use Keywords Planner without downloading the whole Google Ads API and grpc

2022-02-27 Thread Rohit Nishad
yes you can use rest interface On Monday, 13 December, 2021 at 12:46:56 pm UTC+5:30 adsapi wrote: > Hi Mostafa, > > You may refer below for my responses to the items you sent over : > > > *1- Can I use Keywords Planner without needing to download and install > grpc and the whole Google Ads API?

Re: I want to get Keyword States for 100 keywords

2022-02-26 Thread Rohit Nishad
https://groups.google.com/u/7/g/adwords-api/c/cMTQ7-bbj_w/m/pOF5aHpNAgAJ same error as mine On Saturday, 26 February, 2022 at 9:54:58 pm UTC+5:30 Rohit Nishad wrote: > let me ask the question again > Is there any way i can get keyword data (especially search volume) for 100 > or

Re: I want to get Keyword States for 100 keywords

2022-02-26 Thread Rohit Nishad
, 2022 at 9:31:36 pm UTC+5:30 Rohit Nishad wrote: > yes KeywordSeed > <https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordSeed> > have > a limit of 20 keywords only > > On Tuesday, 8 February, 2022 at 1:11:42 pm UTC+5:30 adsapi wrote: > >> Hell

Re: I want to get Keyword States for 100 keywords

2022-02-26 Thread Rohit Nishad
yes KeywordSeed have a limit of 20 keywords only On Tuesday, 8 February, 2022 at 1:11:42 pm UTC+5:30 adsapi wrote: > Hello Rohit, > > Thanks for getting back to us. > > So our team better check on this and to have a

Get more Data about Keyword

2022-02-09 Thread Rohit Nishad
He'll How can i get more data for keywords. What i have as for now. Search Volume CPC Competition and Trend. What i want, 1. Device specific trend like Mobile and PC 2. How many people are clicking on the SERP results. 3. Whats the age group of people searching this keyword? 4. Any other

Re: How to use KeywordPlanService.GenerateHistoricalMetrics by Rest API

2022-02-08 Thread Rohit Nishad
any update? On Monday, 13 January, 2020 at 6:16:10 pm UTC+5:30 xingguo...@gmail.com wrote: > I have read the documentation for Google Ads API, but still can't figure > out how to implement it. (Getting the search volume specifically) > > I need to use this API in our add-ons, so I have to use

Re: I want to get Keyword States for 100 keywords

2022-02-07 Thread Rohit Nishad
No what i mean by 100+ is i am trying to set 100+ keyword in keyword seed, which ofcourse give error. I am asking is there any other way to get 100+ keywords status at once? On Monday, 7 February, 2022 at 8:31:01 am UTC+5:30 adsapi wrote: > Hello Rohit, > > Thanks for getting back to us. > >

Re: I want to get Keyword States for 100 keywords

2022-02-04 Thread Rohit Nishad
WTH? have you guys even read what i said? I know how to genrate keywords. I want stats of 100 keywords without createing any resorce in Google Ads account. On Friday, 4 February, 2022 at 2:33:57 am UTC+5:30 adsapi wrote: > Hello Rohit, > > Thanks for reaching out to the Google Ads API support.

I want to get Keyword States for 100 keywords

2022-02-03 Thread Rohit Nishad
Hi, I am useing Google Ads API rest interface, generateKeywordIdeas function with this body, "includeAdultKeywords": true, pageSize: inputs.length, "keywordSeed": { "keywords": [ "seo", "something", 100+ ] } I get this error, error: { code: 400, message: 'Request contains an invalid

Historical metrics in REST interface

2022-01-30 Thread Rohit Nishad
How can i cell Historical metrics in REST interface? In javascript -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: Filter Generated Keyword (Google ads API)

2022-01-29 Thread Rohit Nishad
Hi i need example code with filtered list Thanks On Friday, 28 January, 2022 at 10:02:21 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > If you have questions specific to the Python client library, please reach > out to the client library owners, here >

Re: Filter Generated Keyword (Google ads API)

2022-01-28 Thread Rohit Nishad
Can you please provide the code wih python sdk? Please do not link any page give me direct code On Thursday, 27 January, 2022 at 3:51:04 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > Thank you for reaching out to us. > > With regard to your concern, generate keywords idea >

Filter Generated Keyword (Google ads API)

2022-01-26 Thread Rohit Nishad
Hi I am using this example to generate keywords, https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas Its perfectly working, but i want to filter the generated keyword ideas. for example i want keyword that have minimum of 1000 search Thanks -- --

Re: Can i use Ads API for my SEO Tool

2021-07-25 Thread Rohit Nishad
Its not clear Answer. I am asking is Google allow us to use thier Ads API for SEO Apps On Monday, 26 July, 2021 at 7:24:23 am UTC+5:30 adsapi wrote: > Hi Rohit, > > Thank you for your question. > > Please note that our team can only provide support for concerns related to > the AdWords

Can i use Ads API for my SEO Tool

2021-07-25 Thread Rohit Nishad
Hi, I saw many big seo tools like Ahrefs, Semrush, etc. They use Google Ads API i think There are also some reseller of these API that claim they have thier own data.. which is impossible because no one excluding know the exact search volume number. I am thinking to make my own Keyword