Hi there,

I read the release notes for v9.0 of the Google Ads API and found that RSAs 
are now supported for the ad_group_ad_asset_view. I was able to hit the API 
and pull in information on each asset using the query at the bottom of this 
email, but the only metric that was returned was impressions. The 
documentation, however, shows that the ad_group_ad_asset_view has the 
ability to pull clicks as 
well 
https://developers.google.com/google-ads/api/fields/v9/ad_group_ad_asset_view#metrics.clicks.
 
Could you provide some assistance to pull asset level click data for RSAs.

Query:
                SELECT
                customer.id,
                campaign.id,
                campaign.name,
                ad_group.id,
                ad_group.name,
                asset.id,
                ad_group_ad_asset_view.asset,
                ad_group_ad_asset_view.field_type,
                metrics.impressions,
                metrics.clicks,
                metrics.conversions,
                metrics.conversions_value,
                metrics.cost_micros
                FROM ad_group_ad_asset_view
                WHERE segments.date >= '2021-09-15'
                AND segments.date <= '2021-11-15'

Thanks,
Sam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5863f610-e413-4c66-bba8-6b942a3bf22an%40googlegroups.com.
  • Tr... Sam Vitale
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to