Hi Timm, Most reports are implicitly segmented at *some* level, and for criteria types, that's generally determined by the level at which that particular criteria type can be targeted <https://developers.google.com/adwords/api/docs/appendix/criteria-usage>. In the case of *Gender* criteria, you can only target at the ad group level, so these ultimately are AdGroupCriterion <https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService.AdGroupCriterion>. Therefore, reports come back implicitly segmented by ad group. We don't have any plans to change this behavior across reports.
Cheers, Josh, AdWords API Team On Monday, May 9, 2016 at 9:22:04 AM UTC-4, Timm Janssen wrote: > > @Google: Are there any plans to make Attribution Type reports available > without implicit segmentation on ad group level? > > Thanks, > Timm > > Am Donnerstag, 17. Dezember 2015 09:40:01 UTC+1 schrieb Tiana S.: >> >> Running the following query: >> >> SELECT+Criteria,Clicks,Impressions,Cost+FROM+GENDER_PERFORMANCE_REPORT+ >> WHERE+Impressions > 0+AND+DURING+20151101,20151130 >> >> more than one rows per gender. According to the documentation on the >> Gender performance report, this should only happen when you add other >> segment fields to the query such as AdNetworkType1, but the results show >> otherwise: >> "GENDER_PERFORMANCE_REPORT (Dec 10, 2015-Dec 16, 2015)" >> >> >> >> Gender,Clicks,Impressions,Cost >> >> Male,0,759,0 >> >> Male,0,7,0 >> >> Undetermined,0,18,0 >> >> Undetermined,0,44,0 >> >> Female,0,21,0 >> >> Undetermined,4,480,14390000 >> >> Undetermined,2,324,3350000 >> >> Undetermined,0,4,20000 >> >> Undetermined,0,31,0 >> >> Undetermined,1,71,3750000 >> >> Undetermined,0,4,0 >> >> Undetermined,9,298,32640000 >> >> Undetermined,0,84,0 >> >> Undetermined,0,14,0 >> >> Female,0,7493,6380000 >> >> Undetermined,0,197,0 >> >> Undetermined,1,74,1560000 >> >> Male,0,849,0 >> >> Undetermined,2,205,6880000 >> >> Undetermined,1,13,1190000 >> >> Male,0,11,40000 >> >> Female,1,80,1330000 >> >> Undetermined,9,381,32330000 >> >> Female,0,16,0 >> >> Male,0,36,430000 >> >> Female,0,99,0 >> >> Undetermined,0,117,0 >> >> Undetermined,0,245,0 >> >> Undetermined,0,4,0 >> >> Undetermined,4,620,5500000 >> >> Undetermined,0,5,0 >> >> Undetermined,16,755,49380000 >> >> Undetermined,0,1,0 >> >> Undetermined,2,116,7650000 >> >> Undetermined,50,1339,86950000 >> >> Undetermined,2,130,3140000 >> >> Undetermined,0,609,250000 >> >> Female,2,603,3030000 >> >> Female,0,263,0 >> >> Male,0,7563,5840000 >> >> Undetermined,21,1031,56090000 >> >> Undetermined,1,25,2770000 >> >> Undetermined,0,16,70000 >> >> Undetermined,3,227,2710000 >> >> Male,0,4,180000 >> >> Male,0,154,0 >> >> Undetermined,3,156,2610000 >> >> Undetermined,3,167,5390000 >> >> Undetermined,4,206,7300000 >> >> Undetermined,16,268,30330000 >> >> Total,157,26237,373480000 >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/526341eb-863d-4259-bb9f-63adb7a68536%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
