Hello, We want to get the costs of an ad per day in a specific Daterange using the following Query:
SELECT segments.date, ad_group_ad.ad.id, metrics.clicks, metrics.impressions, metrics.conversions, metrics.cost_micros, segments.ad_network_type, metrics.view_through_conversions, metrics.conversions_value FROM ad_group_ad WHERE segments.date >= '2022-08-01' AND segments.date <= '2022-08-31' If we sum up the values to week costs, they always differ around 6.15 from the values of the UI output on ads.google.com and we cannot figure out where this difference is coming from. Could you please assist? Thanks, Sven Boels -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 on the web visit https://groups.google.com/d/msgid/adwords-api/4a742f03-a222-451a-ab3f-dc307922e38fn%40googlegroups.com.
