I'm trying to get access to Display Ad images via the Google Ads API. At
the moment, my code doesn't seem to be working for certain ads. As near as
I can tell from my debugging efforts so far, the issue is that it's not
working for HTML5 ads.
Here is the query I'm using :
SELECT
ad_group.name,
campaign.name,
ad_group_ad.ad.responsive_display_ad.logo_images,
ad_group_ad.ad.responsive_display_ad.marketing_images,
ad_group_ad.ad.image_ad.preview_image_url,
ad_group_ad.ad.image_ad.image_url
FROM
ad_group_ad
WHERE
campaign.advertising_channel_type = \'DISPLAY\'
LIMIT
100
For accounts using HTML5 ads, there is nothing returned for any of the last (4)
fields. For other accounts, I'm using the "ad_group_ad.ad.image_ad.image_url"
field to get the ad image.
What am I missing?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/27e5377b-61d9-4696-84a7-893701fc00e1%40googlegroups.com.