Hi there,

I've found some discrepancies between statistics pulled from 
shopping_performance_view and from the campaign resource. Could you please 
explain how it's possible? The difference is quite big and it happens for 
more campaigns and dates.

I use 
POST 
https://googleads.googleapis.com/v14/customers/<customer_id>/googleAds:search

Body of the shopping_performance_view request:
Body:
{
"pageSize": 10000,
"query": "SELECT campaign.id, metrics.cost_micros, metrics.impressions, 
metrics.clicks FROM shopping_performance_view WHERE segments.date = 
'2023-07-07' AND campaign.id = <campaign_id>"
}

Body of the campaign resource request:
{
"pageSize": 10000,
"query": "SELECT campaign.id, metrics.cost_micros, metrics.impressions, 
metrics.clicks FROM shopping_performance_view WHERE segments.date = 
'2023-07-07' AND campaign.id = <campaign_id>"
}

The results are (result from shopping_performance_view / result from 
campaign):
costMicros: 62790000 / 156589451
impressions: 24868 / 28713
clicks: 378 / 430

I'm gonna share the customer ID and campaign ID privately.

Thanks and have a nice day!
Katerina

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fb3fa703-746f-4629-b374-4124fdc52a59n%40googlegroups.com.

Reply via email to