Hi!

I found a possible misnaming in the "Creative Conversion Report" (= "Free 
clicks" in the UI). When the "ConversionTrackerId" column is included in 
the report it has the "Conversion Tracker Id" display name (in the first 
row of CSV report) instead of "Free click type" as described in the docs 
<https://developers.google.com/adwords/api/docs/appendix/reports/creative-conversion-report#conversiontrackerid>
.

Other columns with similar names look fine:
"CreativeConversionRate" -> "Free click rate"
"CreativeConversions" -> "Free clicks"

curl --http1.1 \
    --header "Authorization : Bearer {AuthorizationToken}" \
    --header "developerToken : {DeveloperToken}" \
    --header "includeZeroImpressions: false" \
    --header "clientCustomerId : {CustomerId}" \
    --data "__rdquery=SELECT Date, ConversionTrackerId, 
CreativeConversionRate, CreativeConversions FROM CREATIVE_CONVERSION_REPORT 
DURING 20200602,20200602&__fmt=CSV" 
https://adwords.google.com/api/adwords/reportdownload/v201809

results in:

"CREATIVE_CONVERSION_REPORT (Jun 2, 2020)"
Day,*Conversion Tracker Id*,Free click rate,Free clicks

Meanwhile it is *"Free click type"* that is returned by 
ReportDefinitionServiceInterface.getReportFields as a display name of the 
"ConversionTrackerId" column.

Dmitry

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/78978c51-12a9-4de1-972a-1460b9f3a6ba%40googlegroups.com.
  • ConversionTracke... 'Dmitry Kozyrev' via AdWords API and Google Ads API Forum

Reply via email to