"Daily_Cost_by_Campaign_VIQ_Cost_File_Google (Oct 16, 2014-Oct 22, 2014)"
Campaign ID,Network,Campaign,Impressions
Total, --, --,0
I should be seeing a report with records in the thousands.
Report request info:
fields: "CampaignId", "AdNetworkType1", "CampaignName", "Impressions"
one predicate: "CampaignStatus", "IN", array("ENABLED", "PAUSED", "REMOVED")
report name: Daily_Cost_by_Campaign_VIQ_Cost_File_Google
time frame: LAST_7_DAYS
report type: CAMPAIGN_PERFORMANCE_REPORT
format: CSV
$reportDefinition->includeZeroImpressions = true;
string(61) "https://adwords.google.com/api/adwords/reportdownload/v201409"
array(3) {
["Authorization"]=>
string(90) "Bearer [removed]"
["developerToken"]=>
string(22) "[removed]"
["clientCustomerId"]=>
string(12) "[removed]"
}
array(1) {
["__rdxml"]=>
string(622) "<?xml version="1.0"?>
<reportDefinition>
<selector>
<fields>CampaignId</fields>
<fields>AdNetworkType1</fields>
<fields>CampaignName</fields>
<fields>Impressions</fields>
<predicates>
<field>Impressions</field>
<operator>GREATER_THAN</operator>
<values>10</values>
</predicates>
</selector>
<reportName>Daily_Cost_by_Campaign_VIQ_Cost_File_Google</reportName>
<reportType>CAMPAIGN_PERFORMANCE_REPORT</reportType>
<dateRangeType>LAST_7_DAYS</dateRangeType>
<downloadFormat>CSV</downloadFormat>
<includeZeroImpressions>true</includeZeroImpressions>
</reportDefinition>"
}
This is the data being sent. I have verified that the clientCustomerId matches the client id of which I am trying to run the report for. I am going to switch to different clients within MCC to see if I get different results.