Against our Adwords test account, in v201209 we send the following request 
definition and receive many rows in the returned report:

<reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201209";>
<selector>
<fields>CampaignName</fields>
<fields>CampaignId</fields>
<fields>AdGroupName</fields>
<fields>AdGroupId</fields>
<fields>PlacementUrl</fields>
<fields>Id</fields>
<fields>AdGroupStatus</fields>
<fields>CampaignStatus</fields>
<fields>Status</fields>
<fields>Impressions</fields>
<fields>Clicks</fields>
<fields>Ctr</fields>
<fields>Cost</fields>
<fields>ConversionsManyPerClick</fields>
<fields>ConversionValue</fields>
<fields>MaxCpc</fields>

<predicates><field>CampaignStatus</field>
<operator>EQUALS</operator>
<values>ACTIVE</values></predicates>
<predicates><field>AdGroupStatus</field>
<operator>EQUALS</operator>
<values>ENABLED</values></predicates>
<predicates><field>Status</field>
<operator>EQUALS</operator>
<values>ACTIVE</values></predicates>

<dateRange>
<min>20130328</min>
<max>20130627</max>
</dateRange>
</selector>
<reportName>MANAGED_PLACEMENTS_PERFORMANCE_REPORT</reportName>
<reportType>MANAGED_PLACEMENTS_PERFORMANCE_REPORT</reportType>
<dateRangeType>CUSTOM_DATE</dateRangeType>
<downloadFormat>XML</downloadFormat>
</reportDefinition>

My understanding is the v201302 equivalent should be the following... but 
we get no rows back when executed against the same test account. 
Can you confirm whether the request should be correct?

<reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201302";>
<selector>
<fields>CampaignName</fields>
<fields>CampaignId</fields>
<fields>AdGroupName</fields>
<fields>AdGroupId</fields>
<fields>PlacementUrl</fields>
<fields>Id</fields>
<fields>AdGroupStatus</fields>
<fields>CampaignStatus</fields>
<fields>Status</fields>
<fields>Impressions</fields>
<fields>Clicks</fields>
<fields>Ctr</fields>
<fields>Cost</fields>
<fields>ConversionsManyPerClick</fields>
<fields>ConversionValue</fields>
<fields>MaxCpc</fields>

<predicates><field>CampaignStatus</field>
<operator>EQUALS</operator>
<values>ACTIVE</values></predicates>
<predicates><field>AdGroupStatus</field>
<operator>EQUALS</operator>
<values>ENABLED</values></predicates>
<predicates><field>Status</field>
<operator>EQUALS</operator>
<values>ACTIVE</values></predicates>

<dateRange>
<min>20130328</min>
<max>20130627</max>
</dateRange>
</selector>
<reportName>PLACEMENT_PERFORMANCE_REPORT</reportName>
<reportType>PLACEMENT_PERFORMANCE_REPORT</reportType>
<dateRangeType>CUSTOM_DATE</dateRangeType>
<downloadFormat>XML</downloadFormat>
</reportDefinition>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to