query = f""" SELECT segments.date, customer.id, customer.descriptive_name, campaign.id, campaign.name, campaign.status, ad_group.id, ad_group.name, ad_group.status, ad_group_ad.ad.name, ad_group_ad.ad.id, ad_group_ad.status, segments.ad_network_type, segments.device, metrics.impressions, metrics.clicks, metrics.all_conversions, metrics.all_conversions_value, metrics.conversions, metrics.conversions_value, metrics.cost_micros, metrics.absolute_top_impression_percentage, metrics.view_through_conversions, metrics.video_views, metrics.video_quartile_p100_rate, metrics.video_quartile_p25_rate, metrics.video_quartile_p50_rate, metrics.video_quartile_p75_rate, metrics.active_view_impressions
FROM ad_group_ad WHERE segments.date BETWEEN '{start_date}' AND '{stop_date}' """ On Wednesday, April 13, 2022 at 1:51:32 PM UTC-4 Alex Long wrote: > > Hello, > > I am currently building an ETL pipeline using the new Google Ads API > > We were previously using the Adwords API. I am able to successfully pull > data down using the API, but the cost_micros is showing with either 0 value > or 6 digits. > > > See attached picture. Is this a currency issue? How do I specify US > dollars as default? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/54e29314-64a3-4f64-b781-197a4b165cf5n%40googlegroups.com.