Reposting the last inquiry ( https://groups.google.com/g/adwords-api/c/-2iYMZ9PGgQ/m/ZCJouuEABgAJ <https://groups.google.com/g/adwords-api/c/-oAo_Lgokbo/m/FK1DYR_1BgAJ>) from the forum as it wasn't routed to our support queue.
Thanks, *Peter Laurence Napa Oliquino * Google Ads API Team On Monday, May 10, 2021 at 6:59:34 PM UTC+8 pat...@reaktion.com wrote: > `ad_network_type` segmentation used without additional conversion related > segmentation like `conversion_action` results in hiding some conversions. > > SELECT metrics.all_conversions, segments.device > FROM ad_group_ad > WHERE customer.id = 'HIDDEN' > Sum of "all_conversions" metrics from all rows: 225963. > > SELECT metrics.all_conversions, segments.device, segments.conversion_action > FROM ad_group_ad > WHERE customer.id = 'HIDDEN' > Sum of "all_conversions" metrics from all rows: 225963. > > SELECT metrics.all_conversions, segments.ad_network_type > FROM ad_group_ad > WHERE customer.id = 'HIDDEN' > Sum of "all_conversions" metrics from all rows: *225959* (invalid number). > > SELECT metrics.all_conversions, segments.ad_network_type, > segments.conversion_action > FROM ad_group_ad > WHERE customer.id = 'HIDDEN' > Sum of "all_conversions" metrics from all rows: 225963. > > I would expect the sum of "all_conversions" metrics from all rows to > always be equal (regardless of segmentation used). > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/263c07a6-e9c8-43ca-b526-ac53bfdc15f0n%40googlegroups.com.