ForecastMetrics result unit of average_cpc is in micros or not? and also, clicks and impressions values are daily basis or not?

223 views
Skip to first unread message

Jubin Jose

unread,
Nov 18, 2019, 3:18:03 AM11/18/19
to AdWords API and Google Ads API Forum
Hi Google Support Team,

We were using AdWords API TrafficEstimatorService.get() service to retreave Keyword estimates for a campaign. Now, we are trying to migrate this service to Google Ads API
by using KeywordPlanService.generateForecastMetrics(resourceName). The response of generateForecastMetrics result units are bit confusing since units specified 
in document and printed statement in example program are not matching.

In Document:
ForecastMetrics
impressions DoubleValue
ctr DoubleValue
average_cpc Int64Value
clicks DoubleValue
cost_micros Int64Value

In Examples:
for (KeywordPlanKeywordForecast forecast : response.getKeywordForecastsList()) {
ForecastMetrics metrics = forecast.getKeywordForecast();
System.out.printf(
"%d Keyword ID: %s%n", ++i, forecast.getKeywordPlanAdGroupKeyword().getValue());
System.out.printf("Estimated daily clicks: %f%n", metrics.getClicks().getValue());
System.out.printf("Estimated daily impressions: %f%n", metrics.getImpressions().getValue());
System.out.printf(
"Estimated average cpc (micros): %d%n%n", metrics.getAverageCpc().getValue());
}

Here I want's to understand the average_cpc result value in micros or not? also clicks and impressions values are daily basis or not? 

Thanks
Jubin

Google Ads API Forum Advisor Prod

unread,
Nov 18, 2019, 11:10:27 AM11/18/19
to jubin.ad...@gmail.com, adwor...@googlegroups.com

Hi Jubin,

 

Thank you for reaching out. The average_cpc will be reported in micros and both the clicks and impressions returned are daily estimates.

 

Regards,

Mitchell

Google Ads API Team



ref:_00D1U1174p._5001UOCPe0:ref

Amandeep Walia

unread,
Sep 16, 2020, 3:09:43 AM9/16/20
to AdWords API and Google Ads API Forum
hello jubin,

Can you please confirm was the click and impressions are daily based or they are the total count for the time period provided while creating the plan. Also what about the  "cost_micros"  was it also the cost for that daily clicks. Its very confusing right now when you see result from UI and from api. Thanks in advance.

Google Ads API Forum Advisor Prod

unread,
Sep 16, 2020, 1:42:47 PM9/16/20
to aman...@bridgingtech.com, adwor...@googlegroups.com
Hi Amandeep,

Yes, click and impressions are daily based. For more details, you can refer to this support article on the Keyword Planner. Let me know if you have additional questions.

Regards,
Google Logo
Danica
Google Ads API Team
 


ref:_00D1U1174p._5001UOCPe0:ref
Reply all
Reply to author
Forward
0 new messages