Hi Google Ads Support Team,

I want to use "ad_group_ad_asset_view" to get the metrics data for 
RESPONSIVE_SEARCH_AD.

But with this query I can only get values for metrics.impressions.
The values for metrics.clicks, metrics.cost_micros and metrics.conversions 
are empty.

How can I get all metrics?

Query:
    SELECT
        ad_group_ad.ad.id,
        ad_group_ad_asset_view.asset, 
        ad_group_ad_asset_view.field_type, 
        ad_group_ad_asset_view.performance_label, 
        metrics.impressions, 
        metrics.clicks, 
        metrics.cost_micros, 
        metrics.conversions,
        ad_group_ad.ad.responsive_search_ad.descriptions
    FROM
        ad_group_ad_asset_view
    WHERE
        segments.date DURING LAST_MONTH

Thank you,
Ryo

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a91f87d2-c8f4-4395-8791-4a5c4e367c7fn%40googlegroups.com.

Reply via email to