Hello,
I have created a campaign with demographic targeting. But when sending an ad group performance report request to adwords. it returns the report with "none" in the result set for "Content Network Bid Dimension" column.
my request have correct header (that is why I get the report back). my __rdxml variable is defined as bellow:
<reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201409">
<selector>
<fields>CampaignId</fields>
<fields>Id</fields>
<fields>Impressions</fields>
<fields>Clicks</fields>
<fields>Cost</fields>
<fields>ContentBidCriterionTypeGroup</fields>
<fields>BiddingStrategyName</fields>
<fields>AccountTimeZoneId</fields>
<predicates>
<field>CampaignId</field>
<operator>EQUALS</operator>
<values>111222333</values>
</predicates>
</selector>
<reportName>Custom Adgroup Performance Report</reportName> <reportType>ADGROUP_PERFORMANCE_REPORT</reportType> <dateRangeType>LAST_MONTH</dateRangeType> <downloadFormat>CSV</downloadFormat> </reportDefinition>
Am I asking for a wrong field? I want to see how adwords will represent the demographics particularly "gender" and "age range" which I thought are included in Content Network Bid Dimension property.
Thanks