I have a report definition that looks like:

<reportDefinition>
<selector>
<fields>CampaignId</fields>
<fields>CampaignName</fields>
<fields>Impressions</fields>
<fields>Clicks</fields>
<fields>Ctr</fields>
<fields>Cost</fields>
<fields>AverageCpc</fields>
<fields>AverageCpm</fields>
<fields>ConvertedClicks</fields>
<fields>ConversionsManyPerClick</fields>
<fields>ConversionRateManyPerClick</fields>
<fields>ClickConversionRate</fields>
<fields>ValuePerConvertedClick</fields>
<fields>ConversionValue</fields>
<fields>ConversionRateManyPerClick</fields>
<predicates><field>ClickType</field><operator>EQUALS</operator><values>
URL_CLICKS</values></predicates>
<dateRange>
<min>20150507</min>
<max>20150605</max>
</dateRange>
</selector>
<reportName>Campaign Performance Report</reportName>
<reportType>CAMPAIGN_PERFORMANCE_REPORT</reportType>
<dateRangeType>CUSTOM_DATE</dateRangeType>
<downloadFormat>CSV</downloadFormat>
<includeZeroImpressions>false</includeZeroImpressions>
</reportDefinition>

And returns this CSV:

"Campaign Performance Report (May 7, 2015-Jun 5, 2015)"
Campaign ID,Campaign,Impressions,Clicks,CTR,Cost,Avg. CPC,Avg. CPM,Converted 
clicks,Conversions,Conv. rate,Click conversion rate,Value / converted click,
Total c
onv. value
221722162,Manage Season Tickets,412,19,4.61%,20900000,1100000,50728155,5,10,
52.63%,26.32%,1.0,5.0
Total, --, --, --, --, --, --, --, --, --, --, --, --, --

As you can see, it's returning data, but the total line is mysteriously 
empty. I use this CSV file (when not filtered by ClickType) without issue 
to generate a single "stat" metric in the UI by simply reading the last row 
of the CSV. However, applying the filter causes this row to turn up empty.

Is there a workaround for this?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bf662c90-0c28-4b69-9ee9-742afe8ef7ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to