Hi,
When I tried to filter GENDER_PERFORMANCE_REPORT by Criteria(Gender), I always get empty report. "Criteria" is marked as "Filterable" in the document. The behavior is same in AGE_RANGE_PERFORMANCE_REPORT. https://developers.google.com/adwords/api/docs/appendix/reports/gender-performance-report#criteria https://developers.google.com/adwords/api/docs/appendix/reports/age-range-performance-report#criteria Both of ReportDefinition below result in empty report. ReportDefinition1: <reportDefinition><selector><fields>Criteria</fields><fields>Impressions</fields><predicates><field>AdNetworkType1</field><operator>IN</operator><values>CONTENT</values><values>YOUTUBE_SEARCH</values><values>YOUTUBE_WATCH</values><values>MIXED</values></predicates><predicates><field>Criteria</field><operator>IN</operator><values>GENDER_FEMALE</values></predicates><dateRange><min>20200401</min><max>20200405</max></dateRange></selector><reportName>test</reportName><reportType>GENDER_PERFORMANCE_REPORT</reportType><dateRangeType>CUSTOM_DATE</dateRangeType><downloadFormat>TSV</downloadFormat></reportDefinition> ReportDefinition2: <reportDefinition><selector><fields>Criteria</fields><fields>Impressions</fields><predicates><field>AdNetworkType1</field><operator>IN</operator><values>CONTENT</values><values>YOUTUBE_SEARCH</values><values>YOUTUBE_WATCH</values><values>MIXED</values></predicates><predicates><field>Criteria</field><operator>EQUALS</operator><values>Female</values></predicates><dateRange><min>20200401</min><max>20200405</max></dateRange></selector><reportName>test</reportName><reportType>GENDER_PERFORMANCE_REPORT</reportType><dateRangeType>CUSTOM_DATE</dateRangeType><downloadFormat>TSV</downloadFormat></reportDefinition> Report: Gender Impressions Total 0 I can get non-empty reports without "Criteria" filter. Is it bug or expected behavior?? regards, Hiromi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/776ec27e-6375-4832-b3ed-c13727402145%40googlegroups.com.
