Hi,

Is it possible to generate detailed reports of the performance of 
Responsive Display Ads using the Google Ads API v3?  Ideally we'd get basic 
performance metrics (clicks, impressions, etc) for each combination of 
image, headline, description, and so on.

In the documentation I found the ad_group_ad_asset_view, which seems like 
it should be the right interface to get performance metrics at the asset 
level.  However, when I query this resource, the results are empty (except 
for App Campaigns).  Is ad_group_ad_asset_view supported for Responsive 
Display Ads?

Here's a sample query that I tried, but which returned an empty result:

SELECT
  ad_group_ad_asset_view.ad_group_ad,
  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
FROM ad_group_ad_asset_view

Any guidance would be greatly appreciated!

thanks,
mcb

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/9b486b9e-08b0-47b6-a8b5-68851e8af3d7n%40googlegroups.com.

Reply via email to