Good morning,

I am seeing a discrepancy when I try to pull data 
from dynamic_search_ads_search_term_view and ad_group_ad. The 
dynamic..._view table is showing fewer impressions, clicks, and cost than 
ad_group_ad filtering for EXPANDED_DYNAMIC_SEARCH_AD. Also, when I create a 
report in the Ads UI, for expanded dynamic search ads, the numbers match 
ad_group_ad. Any idea why EXPANDED_DYNAMIC_SEARCH_AD seems to be missing 
some information?

*Ad_group_ad gaql query:*

SELECT
    campaign.name,
    metrics.impressions,
    metrics.clicks,
    metrics.cost_micros
FROM
    ad_group_ad
WHERE
    segments.date BETWEEN '2022-04-30' AND '2022-05-05'
    AND ad_group_ad.ad.type = 'EXPANDED_DYNAMIC_SEARCH_AD'

*dynamic_search_ads_search_term_view gaql query:*

SELECT
    campaign.name,
    metrics.impressions,
    metrics.clicks,
    metrics.cost_micros
FROM
    dynamic_search_ads_search_term_view
WHERE
    segments.date BETWEEN '2022-04-30' AND '2022-05-05'"

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2de92556-59b8-4c3a-a7b7-f86f13fee815n%40googlegroups.com.

Reply via email to