Hey team,

I am checking the following metrics 
(metrics.clicks,metrics.cost_micros,metrics.impressions,metrics.conversions,metrics.all_conversions)
 
from both the shopping_performance_view and the campaign resource and for 
the same campaign I see that the metrics are not equal for both the 
queries. 

Is this expected? What could be happening here?

The 2 queries I am using are : 
1. "SELECT 
campaign.id,metrics.clicks,metrics.cost_micros,metrics.impressions,metrics.conversions,metrics.all_conversions
 
FROM shopping_performance_view WHERE segments.date BETWEEN '2023-07-24' AND 
'2023-07-31' AND metrics.impressions > 0 AND campaign.id =<redacted>"
2. "SELECT 
campaign.id,metrics.clicks,metrics.cost_micros,metrics.impressions,metrics.conversions,metrics.all_conversions
 
FROM campaign WHERE segments.date BETWEEN '2023-07-24' AND '2023-07-31' AND 
metrics.impressions > 0 AND campaign.id =<redacted>"

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/755bcd1f-4428-4f82-9054-040ada1e75a7n%40googlegroups.com.

Reply via email to