Hello, I found the difference metric `impressions` between `ad_group` and 
`shopping_performance_view`.
I tried to get some metrics but cannot know why there is difference.
I requested metics using AWQL.

 1. Using `shopping_performance_view`
 SELECT campaign.id, campaign.name, ad_group.id, ad_group.name, 
segments.device, metrics.impressions, metrics.clicks, metrics.cost_micros, 
ad_group.type 
 FROM shopping_performance_view 
 WHERE segments.date = 20191006 AND ad_group.type = SHOPPING_SMART_ADS

 results:
 SHOPPING_SMART_ADS 6493811218 dummy_campaign_name 77955921316 
dummy_ad_group_name DESKTOP 256378 3446 244986000000
 SHOPPING_SMART_ADS 6493811218 dummy_campaign_name 77955921316 
dummy_ad_group_name MOBILE 6945573 29870 2166754855192
 SHOPPING_SMART_ADS 6493811218 dummy_campaign_name 77955921316 
dummy_ad_group_name TABLET 34510 372 6351470781

 2. Using `ad_group` 
 SELECT campaign.id, campaign.name, ad_group.id, ad_group.name, 
segments.device, metrics.impressions, metrics.clicks, metrics.cost_micros, 
ad_group.type 
 FROM ad_group 
 WHERE segments.date = 20191006 AND ad_group.type = SHOPPING_SMART_ADS

 results:
 SHOPPING_SMART_ADS 6493811218 dummy_campaign_name 77955921316 
dummy_ad_group_name DESKTOP 256167 3446 244986000000
 SHOPPING_SMART_ADS 6493811218 dummy_campaign_name 77955921316 
dummy_ad_group_name MOBILE 2336768 29903 2168033066435
 SHOPPING_SMART_ADS 6493811218 dummy_campaign_name 77955921316 
dummy_ad_group_name TABLET 21745 372 6351470781

There is huge difference for `impressions` of Mobile metric as '6945573' 
vs. '2336768'.
But there are similar value for `clicks` and `cost_micros`.

I just want to know what is metric correct?
Please let me know if you want to know more information for query.

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 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 
"AdWords API and Google Ads 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/0a962699-d1c5-4d57-937a-959752ce14c0%40googlegroups.com.

Reply via email to