Hi, I have extracted the ad spend data for 10 days and compared the sum of cost, clicks. conversions and impressions with UI report.The sum of cost,clicks and conversions matches, but not the impressions.The impressions extracted via API shows lesser value compared to the UI.Please advise the possible reasons behind this? The query used is,
SELECT ad_group.id, ad_group.name, campaign.id, campaign.name, metrics.cost_micros, customer.currency_code, metrics.impressions, metrics.clicks, metrics.conversions, campaign.final_url_suffix, segments.date, segments.hour FROM ad_group WHERE segments.date > '2024-12-19' AND segments.date <= '2022-12-31' AND metrics.cost_micros > 0 ORDER BY segments.date Thanks, Ramya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/6261f687-0ae6-426f-ab4c-c6a0eecd823fn%40googlegroups.com.
