Hi!

This doesn't really answer our question. 

We have 2 endpoints that return different total impression totals.


This is a 1 endpoint (breakdown):
SELECT campaign.id, campaign.name, ad_group.id, ad_group.name, 
metrics.all_conversions, metrics.all_conversions_value, metrics.clicks, 
metrics.conversions, metrics.conversions_value, metrics.cost_micros, 
metrics.cross_device_conversions, metrics.impressions, 
metrics.video_views,metrics.interaction_event_types, 
metrics.interactions, metrics.view_through_conversions, segments.date FROM 
ad_group WHERE segments.date BETWEEN '2024-06-05' and '2024-06-05' AND 
metrics.clicks != '0'

This is a 1 endpoint (non breakdown)
SELECT segments.date, campaign.id, campaign.name, metrics.clicks, 
metrics.impressions FROM campaign WHERE segments.date between '2024-06-05' 
and '2024-06-05''

When you call the 2 different endpoints, they result in different 
impression numbers.
On Tuesday, July 2, 2024 at 2:57:58 PM UTC-4 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> No, you can refer to that response and query in order to get the clicks as 
> per the screenshot provided by you. However, for better visibility, I am 
> adding the same query again below for your reference.
>
>
> SELECT campaign.id, campaign.name, ad_group.id, ad_group.name
>
> , metrics.all_conversions,
>  metrics.all_conversions_value, metrics.clicks, metrics.conversions, 
> metrics.conversions_value,
>  metrics.cost_micros, metrics.cross_device_conversions, metrics.impressions, 
>  metrics.video_views,metrics.interaction_event_types, metrics.interactions,
>  metrics.view_through_conversions, segments.date 
> FROM ad_group WHERE segments.date BETWEEN '2024-06-05' and '2024-06-05' AND 
> metrics.clicks != '0'
>
>
>
> *This message is in relation to case "ref:!00D1U01174p.!5004Q02tJTqh:ref" 
> (ADR-00244034) Thanks,*
>   
> [image: Google Logo] *Google Ads API Team* 
> *Register 
> <https://adsonair.withgoogle.com/events/performance-max-api-workshop> for 
> the upcoming workshop: Performance Max and the Google Ads API!*
>  
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/95e5b01e-f2c6-4ea5-aa24-e9aff0d9f847n%40googlegroups.com.
  • Re... Carlie McLaughlin
    • ... Carlie McLaughlin
      • ... Carlie McLaughlin
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to