Given a pmax campaign, my expectation is that performance stats fetched at the campaign level will match the performance stats fetched at the asset group level. They are not. The campaign stats report larger numbers than the asset group stats.
In an experiment I fetched a single day of perf stats for the pmax campaign and the same single day for the pmax campaign's asset groups. Here is the query used for the asset group stats: SELECT asset_group_product_group_view.asset_group, segments.date, campaign.id, campaign.name, metrics.cost_micros, metrics.impressions, metrics.clicks, metrics.conversions, metrics.conversions_value, asset_group.name, FROM asset_group_product_group_view WHERE segments.date >= '2023-03-16' AND segments.date <= '2023-02-16' AND asset_group_listing_group_filter.type != 'SUBDIVISION' And then to compare asset group stats to campaign stats, I look at only asset_group_product_group_view result rows of the specified pmax campaign. I'm expecting the stats of the asset groups belonging to the pmax campaign to equal the stats of the campaign. Are my expectations incorrect? If not, any insight as to why they are not the same is much appreciated. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/58259e81-568f-4cce-92e3-4abf00999929n%40googlegroups.com.