Hi Krzysztof,
Thank you for reaching out. If you look into this
ad_group_ad.ad.responsive_display_ad.logo_images.asset you will see that it is
not selectable which means you could not put it in the SELECT clause. The
workaround is to query the ad_group_ad_asset_view.asset from the
ad_group_ad_
My query looks like:
SELECT ad_group_ad.ad.responsive_display_ad.logo_images.asset FROM
ad_group_ad
and I am getting error:
The following field may not be used in SELECT clause:
'ad_group_ad.ad.responsive_display_ad.logo_images.asset'
Why? How can I select asset from this ad?
--
--
=~=~=~=~=