Following query retrieves clicks, conversions, impressions grouped by campaign, 
asset and date:


SELECT metrics.clicks,
>       metrics.conversions,
>       metrics.impressions,
>       asset.name,
>       asset.text_asset.text,
>       asset.youtube_video_asset.youtube_video_id,
>       campaign.name,
>       segments.date
> FROM ad_group_ad_asset_view
> WHERE segments.date BETWEEN '2020-01-01' AND '2020-01-14'
>       AND metrics.impressions > 0



When I add *metrics.engagements* field to the query it fails with message: 


Cannot select or filter on the following metrics: 'engagements'(could not 
> support requested resources: 'AD_GROUP_AD_ASSET_VIEW', 
> 'AD_GROUP_AD_ASSET_VIEW'), since metric is incompatible with the resource 
> in the FROM clause or other selected segmenting resources.


Is there a way to retrieve clicks, conversions, impressions and engagements 
grouped by campaign, asset and date?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8e3b870b-a501-4b55-8d7d-cfd69c79fb13%40googlegroups.com.

Reply via email to