RE: HistoricalMetricsOptions in keyword idea generator using php

2022-12-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tarun, Thanks for reaching out. Are you referring to the historical_metrics_options in your GenerateKeywordIdeasRequest? Can you please expand a bit on your question? Can you tell us which client library you are using? Thanks, Matt Google Ads API Team ref:_00D1U1174p._5004Q2h0JMt:ref -- -

RE: HistoricalMetricsOptions

2021-09-01 Thread Google Ads API Forum Advisor
Hi everyone, Thank you for reaching out to our API support team. The guides that Eric provided are correct for forecasting and for historical metrics. That said, if you are also looking for implementation solutions for Python, then you can reach out to their client library owners via this link

Re: HistoricalMetricsOptions

2021-08-30 Thread Eric Shuman
Hi Alex, The code in these examples from the Google API docs are what I used. https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics Specifically the section "Gener

Re: HistoricalMetricsOptions

2021-08-26 Thread Alex
Hey Eric, Are you able to share your code. I'm also trying to get this working. And can't seem to get it from what you've posted. Thanks On Wednesday, 23 June 2021 at 5:01:40 am UTC+10 eric@globalstrategies.com wrote: > Hey Brad, > > I was able to set the HistoricalMetricsOptions like thi

RE: historicalMetricsOptions in KeywordIdeas doesn't work

2021-07-02 Thread Google Ads API Forum Advisor
Hi Vladislav, Thank you for reaching out to Google Ads API support. This product only officially offers support in English. It would be best to reply in English if you can. If not, we will try to use Google Translate to support you as best as we can. If you are looking for support accessing t

RE: historicalMetricsOptions in KeywordIdeas doesn't work

2021-07-02 Thread Google Ads API Forum Advisor
Hi Vadim, You can use the enum class MonthOfYear from our library, with the YearMonth and YearMonthRange classes and use our library to send the request. I have no visibility on your Month class. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2JXRUH:ref -- -- =~=~=~=~=~=~=~=

Re: historicalMetricsOptions in KeywordIdeas doesn't work

2021-06-29 Thread Vladislav Tinishov
Похоже, что тебя игнорят Можешь мне помочь с моим вопросом? среда, 30 июня 2021 г. в 09:24:56 UTC+3, Vadim: > Hello, I am trying set the date range for KeywordIdeas as stated in the > documentation (PHP) > > https://developers.google.com/google-ads/api/rest/reference/rest/v8/HistoricalMetricsOp

RE: HistoricalMetricsOptions

2021-06-24 Thread Google Ads API Forum Advisor
Hi Brad, Thank you for reaching out to us. In looking over the document that you shared with us. As well as looking at Erics response. I would suggest looking at what he mentioned for Python. Unsure what library you are using. But basically with the way that JSON is setup you will need to go th

Re: HistoricalMetricsOptions

2021-06-22 Thread Eric Shuman
Hey Brad, I was able to set the HistoricalMetricsOptions like this (in Python): keyword_plan_service = client.get_service("KeywordPlanService") metric_request = client.get_type("GenerateHistoricalMetricsRequest") resource_name = keyword_plan_service.keyword_plan_path(customer_id, keyword_plan_i