Re: DeviceTypeSearchParameter deprecated in v201302? And what alternative?

2013-05-07 Thread Eric Shuman
Hi Kevin, Some of us are interested in knowing search volume by device not for suggestions and ad placement but for the sake of understanding patterns in how people use different devices when searching. Is there any other method in the new API to get equivalent device type search volume? Are t

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

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