Hello Google Ads API team,

Our customer wants to see report with *date* and *asset_id* / *asset_name* 
breakdown, and we use this query to get the statistics from 
*ad_group_ad_asset_view*:

SELECT 
segments.date,
asset.id,
asset.name,
metrics.conversions
FROM ad_group_ad_asset_view
WHERE segments.date BETWEEN '2021-05-01' AND '2021-05-01';

However, the customer reported seeing significantly fewer conversions than 
the dashboard shows.

Indeed, when we run the following query for *ad_group_ad*, we see more 
conversions:

SELECT
segments.date,
ad_group_ad.ad.id,
ad_group_ad.ad.name,
metrics.conversions
FROM ad_group_ad
WHERE segments.date BETWEEN '2021-05-01' AND '2021-05-01';

How can this behavior be explained?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/84c504fe-269b-41b5-b067-2b725bba5594n%40googlegroups.com.

Reply via email to