Re: Keyword Planner API not filtering for region specified

2022-05-31 Thread Alexey
https://groups.google.com/g/adwords-api/c/3-qUQblSw-Q On Tuesday, May 31, 2022 at 9:32:15 AM UTC+4 Una wrote: > We have been trying to integrate the Google Ads Keyword Planner API to > create keyword plans () and generate historical metrics (Generate > Historical Metrics | Google Ads API |

RE: Keyword planner API to google sheet / google data studio

2021-03-17 Thread Google Ads API Forum Advisor Prod
Hi Bob, Thanks for reaching out. There isn't an Ads API-Sheets/Data Studio connector that I can point to, but I would recommend looking into the Sheets API with Apps Scripts. For Data Studio related support, I would recommend reaching out on this forum. Thanks, Matt Google Ads API Team Matt

RE: Keyword planner API

2020-01-31 Thread Google Ads API Forum Advisor Prod
Hello Jonny, Thank you for writing to us. Currently, the integration of AdWords API to Google Spreadsheet is not supported. The Keywords Planner feature is supported via API as mentioned in this guide using the TargetingIdeaService which could be used to retrieve the keyword search volume

RE: Keyword Planner API

2019-10-29 Thread Google Ads API Forum Advisor Prod
Hi Anand, Thank you for writing to us. There is no charge for using the Google Ads API or Adwords API. However, there is a quota on total number of cloud projects. You can sign up for a new Google account which includes a free project quota alternatively. Please refer to the Rate Sheet and

Re: Keyword Planner API - Configured Requests for List of Keywords

2018-07-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Rishav, By setting the TargetingIdeaService.RequestType to STATS for the TargettingIdeaService ,

Re: keyword planner api doesnt work sometimes

2017-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mike, The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR you are encountering indicates that it could be a temporary issue in the servers or could be due to a bug and is usually

Re: keyword planner API for search volume

2015-06-01 Thread Ayala Michelson
Mike, I'd like to use Google KW Planner API to get stats on KW. Can you please direct me to the relevant link where I can get all the info on what API calls are available/Cost/Limitations (number allowed queries a day) and etc'... Thanks On Thursday, February 6, 2014 at 4:10:24 PM UTC+2,

Re: keyword planner API for search volume

2015-06-01 Thread Michael Cloonan (AdWords API Team)
Hello Ayala, Please see our guides on Estimating Traffic https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service and Generating Targeting Ideas https://developers.google.com/adwords/api/docs/guides/targeting-idea-service for information on how to use the API's

Re: keyword planner api search volume,location how to get it?

2014-12-23 Thread Danial Klimkin
Hello Florijn, Please see the guides here: https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service https://developers.google.com/adwords/api/docs/guides/targeting-idea-service and code example available for Python here:

Re: keyword planner api for C#

2014-11-12 Thread Michael Cloonan (AdWords API Team)
Hello, Please see our guides on the TargetingIdeaService https://developers.google.com/adwords/api/docs/guides/targeting-idea-service and the TrafficEstimatorService https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service, which are the APIs analogues for the keyword

Re: keyword planner API for search volume

2014-02-10 Thread Michael Cloonan (AdWords API Team)
Hi James, The Keyword Performance Report can only give statistics on keywords that actually have statistics to show. If you want information on what keywords are set up for a Campaignhttps://developers.google.com/adwords/api/docs/reference/v201309/CampaignCriterionServiceor

Re: keyword planner API for search volume

2014-02-06 Thread Michael Cloonan (AdWords API Team)
Hi Chriss, You can track keyword performance using the Keywords Performance Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywords. Here are the Java examples for running reports