Cannot get metrics in ad_group_ad_asset_view

288 views
Skip to first unread message

ryo

unread,
Apr 20, 2022, 1:11:31 AM4/20/22
to Google Ads API and AdWords API Forum
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

Google Ads API Forum Advisor

unread,
Apr 20, 2022, 11:31:56 AM4/20/22
to ryom...@gmail.com, adwor...@googlegroups.com
Hi Ryo,

Thank you for raising this concern to the Google Ads API support team.

With regard to your concern, you can use ad_group_ad_asset_view but it only exposes metrics.impressions for assets that are part of an ad_group_ad of type RESPONSIVE_SEARCH_AD (RSA). This means that if you have included several metrics in your search query, only metrics.impressions will be returned for rows that correspond to RESPONSIVE_SEARCH_AD (RSA). Let us know if this works for you.

Best regards,
Google Logo
Jinky
Google Ads API Team
 


ref:_00D1U1174p._5004Q2a4yjD:ref
Reply all
Reply to author
Forward
0 new messages