When we captured the spend data of adgroup and adgroup.ad at the same time, we found that under the same adgroup, the spend data queried by adgroup and the spend data queried by adgroup.ad were inconsistent. Is this possible? The query statements of the two are: sql: SELECT customer.id, campaign.id, ad_group.id, ad_group_ad.ad.id, metrics.cost_micros, segments.ad_network_type, segments.ad_destination_type, segments.date FROM ad_group_ad WHERE segments.date >= '2022-12-01' AND segments.date <= '2022-12-31' AND metrics.cost_micros > 0 sql: SELECT customer.id, campaign.id, ad_group.id, geographic_view.country_criterion_id, metrics.clicks, metrics.impressions, metrics.cost_micros, metrics.interactions, segments.date, segments.ad_network_type FROM geographic_view WHERE segments.date >= '2022-12-01' AND segments.date <= '2022-12-31'
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/2837bb20-06ef-4c63-82ee-aad469e18810n%40googlegroups.com.