Hello,
I send a request to get Gender/AgeRange performance report but the reported status for the criteria is inconsistent with what I can see in AdWords UI
my request is:
<selector>
<fields>Id</fields>
<fields>AdGroupName</fields>
<fields>Impressions</fields>
<fields>Clicks</fields>
<fields>Cost</fields>
<fields>Criteria</fields>
<fields>AccountCurrencyCode</fields>
<fields>Status</fields>
<predicates>
<field>AdGroupId</field>
<operator>EQUALS</operator>
</predicates>
</selector>
<reportName>Custom Adgoup Performance Report</reportName>
<reportType>GENDER_PERFORMANCE_REPORT</reportType>
<dateRangeType>LAST_MONTH</dateRangeType>
<downloadFormat>CSV</downloadFormat>
</reportDefinition>
and the result is :
Criterion ID,Ad group,Impressions,Clicks,Cost,Gender,Currency,Gender state
11,[display]103_TestPlacement_yapy.jp,6480,37,794000000,Female,JPY,removed
20,[display]103_TestPlacement_yapy.jp,1148,7,145000000,Undetermined,JPY,removed
10,[display]103_TestPlacement_yapy.jp,3653,15,326000000,Male,JPY,removed
while on UI all criterion states are enabled (active) for this adgroup.
Am I including the correct field in the request for criterion state? could you please let me know if i'm missing something?
Thanks.