Cumulative Conversion Data?

47 views
Skip to first unread message

Aliyah Geer

unread,
Jan 19, 2023, 3:19:25 PM1/19/23
to Google Ads API and AdWords API Forum
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!

Google Ads API and AdWords API Forum

unread,
Jan 23, 2023, 4:57:23 AM1/23/23
to Google Ads API and AdWords API Forum
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

Google Ads API Forum Advisor

unread,
Jan 23, 2023, 10:02:24 AM1/23/23
to adwor...@googlegroups.com

Hi,


Thanks for reaching out to the Google Ads API team. I hope you are doing well today.
 

With regards to your concern, to further investigate the issue, could you please provide the complete request and response logs with request ID and request header generated on your end?  If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link. I ask this so our team further investigates your concern and provides specific recommendations on the issue.
 

You can provide it via Reply privately to the author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
 

Regards,

Google Logo
Darwin
Google Ads API Team
 



ref:_00D1U1174p._5004Q2iMY4V:ref
Reply all
Reply to author
Forward
0 new messages