Re: google keyword planner

2024-04-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Upon checking your provided error logs, I found that you are using Google Ads API version 13. Kindly note that v13 is deprecated as of June 7, 2023, and sunset was done at the end of January 2024. That means, after the end of January, if you hit the API with version 13, that request will

Re: google keyword planner

2024-04-03 Thread Maciek eF
Hi, this is request and response *[2024-04-03 12:56:06,156 - INFO] Request --- Method: /google.ads.googleads.v13.services.KeywordPlanService/MutateKeywordPlans Host: googleads.googleapis.com Headers: { "developer-token": "REDACTED", "login-customer-id": "7832449095", "x-goog-api-client":

Google Keyword Planner

2024-03-12 Thread Maciek eF
Hi I'm trying to use keyword planner from API. I use script from this site https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics?hl=en so something like this : def generate_historical_metrics(client, customer_id): """Generates historical metrics

RE: About the result of Google Keyword planner of both UI & API

2023-01-26 Thread Ming Him Tou
Advisor Sent: Friday, 27 January 2023 2:49 pm To: Ming Him Tou Cc: Suki Leung ; adwords-api@googlegroups.com; Alice Yuen Subject: RE: About the result of Google Keyword planner of both UI & API Hi Ming, In addition, I had to delete your last post as it contained completed logs. Kindly ref

RE: About the result of Google Keyword planner of both UI & API

2023-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ming, Thank you for the reply. You may check this documentation for more information on Generate Forecast Metrics. Additionally since you want to generate forecast metrics, I would suggest you Call KeywordPlanService.GenerateForecastMetrics with that keyword plan. You may check this

RE: About the result of Google Keyword planner of both UI & API

2023-01-26 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ming, Thank you for reaching out to the Google Ads API support team. With regards to your concern, it appears that this is about comparing the forecast metrics data between the Google Ads UI and API. Kindly note that in order for our team to provide accurate guidance, we will be needing

About the result of Google Keyword planner of both UI & API

2023-01-26 Thread Ming
Hi there, I tried to obtain the forecast metrics from both online Keyword Planner UI & API with same campaign language, location, manual cpc value, estimation period etc. I got the metric value from the online Keyword Planner UI but I got all 0 from the API result. Is there any different for

Re: Google keyword planner using node js

2022-07-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris, Thank you for providing updates to your concern. I am going to delete your latest post as it contains sensitive information. With this, since your developer token has been exposed, I would suggest developer token reset. Moving forward, it appears that you are referring to a test

Re: Google keyword planner using node js

2022-07-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris, Also, I am going to delete your latest post as it contains sensitive information. With this, since your developer token has been exposed, I would suggest developer token reset. Regards, Ernie John Google Ads API Team ref:_00D1U1174p._5004Q2cFp7F:ref -- --

Re: Google keyword planner using node js

2022-07-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris, Thank you for providing updates to your concern. It appears that you are referring to a test account access level of developer token. Please note that you can only use it in a test Google Ads account that is discussed in this document. The test account appears with a red label

Re: Google keyword planner using node js

2022-07-17 Thread Haris Arif
Hi, As per your suggestion, i have called the API through curl command which gives following error. curl -i --request POST https://googleads.googleapis.com/v11/customers/5753283815/keywordPlans/car:generateHistoricalMetrics \ > --header "Content-Type: application/json" \ > --header

Re: Google keyword planner using node js

2022-07-12 Thread Haris Arif
Hi, Thanks for the quick reply, I have done as you suggested me but still giving below error. HTTP/1.1 404 Not Found Content-length: 1628 X-xss-protection: 0 X-content-type-options: nosniff Server: ESF Date: Tue, 12 Jul 2022 18:38:18 GMT X-frame-options: SAMEORIGIN Alt-svc: h3=":443";

Re: Google keyword planner using node js

2022-07-12 Thread Haris Arif
Hi, Thanks for the quick reply, I have done as you have suggested me but still giving below error. HTTP/1.1 404 Not Found Content-length: 1628 X-xss-protection: 0 X-content-type-options: nosniff Server: ESF Date: Tue, 12 Jul 2022 18:38:18 GMT X-frame-options: SAMEORIGIN Alt-svc: h3=":443";

Re: Google keyword planner using node js

2022-07-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris, This is Carmela from the Google Ads API team. Thank you for getting back to us. Moving forward, as my colleague Matt mentioned, you may refer to this REST interface for making HTTP requests. since you are doing the generateHistoricalMetrics, then you may see this documentation. Your

Re: Google keyword planner using node js

2022-07-09 Thread Haris Arif
Hi Matt, Thanks for your input, I am unable to understand the HTTP request https://googleads.googleapis.com/v11/{keywordPlan=customers/*/keywordPlans/*}:generateHistoricalMetrics Can you please guide me on this how to use it. I am doing as following:

Re: Google keyword planner using node js

2022-07-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris, Please refer to the REST interface for making HTTP requests to the Keyword Planner. You can find the endpoint at the top of each keyword plan method page (e.g. generateForecastCurve). Regards, Matt Google Ads API Team ref:_00D1U1174p._5004Q2cFp7F:ref -- --

Re: Google keyword planner using node js

2022-07-07 Thread Haris Arif
Hi Ernie, Thanks for the prompt feedback, My whole app is based on node so it will be very difficult for me to migrate on other language. So there is another question, I want to know if there is any way to call keyword planner API from postman? Regards, Haris On Monday, July 4, 2022 at

RE: Google keyword planner using node js

2022-07-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Haris, Thank you for posting your concern to our team. I would like to inform you that Node JS is a client library that our team doesn't support, only the client libraries listed here. With this, I would suggest using one of the client libraries in the provided link and you may refer to

Google keyword planner using node js

2022-07-03 Thread Haris Arif
Hi, I am new with google ads api, i need to use google ads api keyword planner feature with node js but i cant find any relevant solution for this. Can someone please help me on this. Regards, Haris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Google Keyword Planner API Lacking Data Compared to UI

2022-05-13 Thread Niall Quirke
Hi, When you generate keyword ideas for a search term on the Keyword Planner UI you can download a CSV of the ideas with info such as search volume, brand names, store names, materials, etc. but when you generate keyword ideas for a search term through the API you only get search volume and

RE: Google Keyword Planner

2021-07-23 Thread Google Ads API Forum Advisor
Hi Jan, Thanks for reaching out to us. Could you please confirm whether you are using the AdWords API or the Google Ads API? For the Adwords API, by setting the TargetingIdeaService.RequestType to STATS for the TargettingIdeaService, you can get the historic search volume for the specific

Google Keyword Planner

2021-07-22 Thread Jan Dranreb Balangue
Hi is there a chance i can get the search volume of per keywords through Google Keyword Planner API? if yes how? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Volume in Google Keyword Planner and via API differs

2020-09-11 Thread 'Юлия' via AdWords API and Google Ads API Forum
Now the data coincide, thanks for answers. четверг, 3 сентября 2020 г. в 20:36:40 UTC+3, adsapiforumadvisor: > Folks, > > Could you also take a look at > https://developers.google.com/google-ads/api/docs/keyword-planning/overview > to > see if that gives you the necessary data? It is a

Re: Volume in Google Keyword Planner and via API differs

2020-09-03 Thread Google Ads API Forum Advisor Prod
Folks, Could you also take a look at https://developers.google.com/google-ads/api/docs/keyword-planning/overview to see if that gives you the necessary data? It is a closer API to the Keyword Planner UI than TargetingIdeaService. Cheers Anash ref:_00D1U1174p._5004Q23umB6:ref -- --

Re: Volume in Google Keyword Planner and via API differs

2020-09-03 Thread Google Ads API Forum Advisor Prod
Folks, Can you please provide a log so I can investigate further? Cheers Anash ref:_00D1U1174p._5004Q23umB6:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Volume in Google Keyword Planner and via API differs

2020-08-27 Thread superfluo...@gmail.com
I am also experiencing this issue, and I can confirm that the same term "italian men" does not produce any data in the new Google Ads API too. Same goes for "apple" and "iphone" (and many others). On Friday, 28 August 2020 at 05:19:05 UTC+8 adsapiforumadvisor wrote: > Hi, > > Could you try

RE: Volume in Google Keyword Planner and via API differs

2020-08-27 Thread Google Ads API Forum Advisor Prod
Hi, Could you try using the new Google Ads API for making this request, and see if the results vary? You can find the relevant details here: https://developers.google.com/google-ads/api/docs/keyword-planning/overview. Cheers Anash ref:_00D1U1174p._5004Q23umB6:ref -- --

Volume in Google Keyword Planner and via API differs

2020-08-26 Thread 'Юлия' via AdWords API and Google Ads API Forum
I tried to get the volume of the keyword "italian men", location: USA. In Google Keyword Planner I see the following data: 10 000 - 100 000. Screenshot: http://joxi.ru/eAOXYPlipNzZJr?d=1 But via API I get 0 search volume. Request attached. Why

RE: Is there any limit to search keywords or search results for google keyword planner API?

2019-01-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Rahul, You could use the TargetingIdeaService of the API to achieve similar results that you see in the Keyword Planner web interface. There is a limit

Is there any limit to search keywords or search results for google keyword planner API?

2019-01-28 Thread iamrahul371986
Hello I am planning to build an application like "https://kwfinder.com; using google Adwords API for keyword planner. Is there any limit to search keywords or search results for google keyword planner API? Any help would be appreciated. Thank you Best Regards, Sara

Re: how to make google keyword planner tool in my website?

2017-01-25 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, TargetingIdeaService can be used in AdWords API to fetch keyword ideas based on a number of inputs (such as seed keywords, seed ad group ID etc.). This guide

how to make google keyword planner tool in my website?

2017-01-25 Thread Maulana Aji
how to make google keyword planner tool in my website? thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts