Hi team, 

I am using the below query for fetching the metrics for audience segments 
from Google Ads : 
                SELECT customer.id,
                       customer.descriptive_name,
                       campaign.id,
                       campaign.name,
                       campaign.status,
                       campaign_criterion.criterion_id,
                       segments.date,
                       segments.day_of_week,
                       metrics.impressions,
                       metrics.clicks,
                       metrics.cost_micros,
                       metrics.conversions,
                       metrics.conversions_value,
                       segments.device,
                       metrics.cross_device_conversions,
                       metrics.all_conversions,
                       metrics.all_conversions_value
                    FROM campaign_audience_view
                    Where segments.date = {}

However when I check the output with the google ads interface, there is 
discrepancy with the result from the above query. 

For example : 
Clicks of a audience segment in Google Ads                            : 2043
Clicks of same audience segment via API from query above : 1078 

Why is this the case ? 
Looking forward for your reply !

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9bb2c57e-ff0b-40a1-ab89-66022dc8dea1n%40googlegroups.com.
  • Au... Aarthi Ilangovan
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to