Re-posting the last inquiry (https://groups.google.com/g/adwords-api/c/WneCzrYaU98) from the forum as it wasn't routed to our support queue.
Kind regards, Carmela Google Ads API Team On Friday, January 20, 2023 at 4:19:25 AM UTC+8 [email protected] wrote: > Hi, > > I'm new to the Google Ads API but for the past several months I had set up > a bot to gather conversion data for a specific campaign and ad group over > time. I was under the impression that the query I wrote was cumulative, > however I'm seeing at times conversions going down, and now at this point > zero conversions. The Google query I'm using is below: > > SELECT > campaign.id, > campaign.name, > ad_group.id, > ad_group.name, > campaign.start_date, > campaign.end_date, > metrics.cost_micros, > metrics.all_conversions, > metrics.ctr, > metrics.clicks, > metrics.average_cpc, > metrics.top_impression_percentage, > metrics.absolute_top_impression_percentage, > metrics.impressions, > metrics.cost_per_conversion, > ad_group.type > FROM ad_group > where campaign.status = 'ENABLED' > > Can anyone explain what's going on here? The campaign I'm looking is still > enabled, although it has ended - could that be affecting the conversion > data I'm getting? > > Thank you! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/3dc49a37-fc04-405e-9284-4f8914fa02b2n%40googlegroups.com.
