Hi, I am using the google ads api to fetch reports about my ads. I need all the basic metrics along with the region code. So this is the query that I am using.
*SELECT* * campaign.name,* * campaign.id,* * campaign.advertising_channel_type,* * customer.descriptive_name, * * customer.id,* * metrics.interactions, * * metrics.impressions, * * metrics.clicks, * * metrics.video_views, * * metrics.all_conversions, * * metrics.cost_micros,* * segments.date,* * segments.geo_target_region,* * ad_group.id, * * ad_group.name, * * ad_group.type* *FROM geographic_view* *WHERE segments.date >= '2020-12-01' AND segments.date <= '2021-12-31'* Using this query my cost_micros is 1098570138998.0 How ever the cost in my console is 1103011621635.0 When I remove segments.geo_target_region from my query then my cost_micros matches the same as the one in my console. Not sure what is happening. Appreciate any help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/5cd7c8b4-f655-4833-8586-08ad18ab1733n%40googlegroups.com.
