RE: How to enable AverageCpcMicros on GenerateHistoricalMetrics in V11's KeywordPlanService?

2022-07-22 Thread Bruce Axtens
) { return (null, e); } } From: Google Ads API Forum Advisor Sent: Friday, 22 July 2022 1:17 PM To: Bruce Axtens Cc: Steve Poulson ; adwords-api@googlegroups.com Subject: RE: How to enable AverageCpcMicros on GenerateHistoricalMetrics in V11&#

RE: How to enable AverageCpcMicros on GenerateHistoricalMetrics in V11's KeywordPlanService?

2022-07-21 Thread Bruce Axtens
h (GoogleAdsException e) { return (null, e); } } From: Google Ads API Forum Advisor Sent: Thursday, 21 July 2022 6:59 PM To: Bruce Axtens Cc: adwords-api@googlegroups.com Subject: Re: How to enable AverageCpcMicros on GenerateHistoricalMetrics in

Re: How to enable AverageCpcMicros on GenerateHistoricalMetrics in V11's KeywordPlanService?

2022-07-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bruce, Thank you for the clarification. Moving forward, could you confirm if you have considered checking this documentation? I asked this because this document has the steps on how to generate historical metrics using the Google Ads API. Regards, Carmela Google Ads API Team ref:_00D1U1174

Re: How to enable AverageCpcMicros on GenerateHistoricalMetrics in V11's KeywordPlanService?

2022-07-21 Thread Bruce Axtens
Hello Carmela Yes, I am aware of the setting you describe. I have it in code already as request.HistoricalMetricsOptions = new HistoricalMetricsOptions() { IncludeAverageCpc = true }; However, this targets KeywordPlanIdeaService via

How to enable AverageCpcMicros on GenerateHistoricalMetrics in V11's KeywordPlanService?

2022-07-20 Thread Bruce Axtens
I am making a request for historical data using the GenerateHistoricalMetrics method on the Services.V11.KeywordPlanService service. In the results that are returned the HasAverageCpcMicros field is false and therefore there is nothing but zero in AverageCpcMicros. What do I have to add to my