Hi Kevin,
thanks for your continued support! The thing is, in my experience even the account performance reports do *not* include statistics from video campaigns. For example, the following report definition (in Python) for a client of ours:
{'reportName': 'Ad Hoc Report',
'selector': {
'fields': ['Cost'],
'dateRange': {'max': '20120531', 'min': '20120501'}
},
'reportType': 'ACCOUNT_PERFORMANCE_REPORT',
'dateRangeType': 'CUSTOM_DATE',
'downloadFormat': 'XML'
}
returns:
<?xml version='1.0' encoding='utf-8' standalone='yes'?>
<report>
<report-name name='Ad Hoc Report' />
<date-range date='May 1, 2012-May 31, 2012' />
<table>
<columns>
<column name='cost' display='Cost' />
</columns>
<row cost='6,985.21' />
</table>
</report>
but the real cost for that timeframe (as visible in our MCC) is 7,525.80. The difference of 540.59 corresponds exactly to the cost of the single video campaign in the given account.
So it appears that—at least for the account in question—we have no way to gather the actual total cost using the API...
I would appreciate any pointers you could give me regarding this issue, and I'll gladly provide any additional details you might need.
Thanks and best regards,
Dorian