"adGroupAd.resourceName":"customers/<customer-id>/adGroupAds/<adgroup-ad-id>",
"adGroupAd.status": "ENABLED",
"adGroupAd.ad.type": "IN_FEED_VIDEO_AD",
"adGroupAd.ad.videoAd.video.asset": "customers/<customer-id>/assets/<asset-id>",
"adGroupAd.ad.videoAd.inFeed.headline": "<headline>",
"adGroupAd.ad.videoAd.inFeed.description1": "<description 1>",
"adGroupAd.ad.videoAd.inFeed.description2": "<description 2>",
"adGroupAd.ad.videoAd.inFeed.thumbnail": "DEFAULT_THUMBNAIL",
"adGroupAd.ad.resourceName": "customers/<customer-id/ads/<ad-id>",
"adGroupAd.ad.id": "<ad-id>",
"adGroupAd.ad.finalUrls": [<Youtube-url>],
"adGroupAd.ad.trackingUrlTemplate": "{lpurl}",
"adGroupAd.ad.addedByGoogleAds": false,
"adGroupAd.ad.name": "<ad-name>",
"adGroupAd.adGroup": "customers/<customer-id>/adGroups/<adgroup-id>"
The thumbnail field (adGroupAd.ad.videoAd.inFeed.thumbnail) just describes the type of thumbnail, so I thought maybe I can use the asset resource that's returned (adGroupAd.ad.videoAd.video.asset) to fetch the video asset with a thumbnail.
But, there's no image field available for YouTube video assets it seems, only ID and video title: https://developers.google.com/google-ads/api/fields/v10/asset#asset.youtube_video_asset.youtube_video_id
And the other image_url fields available for assets don't return a URL for video assets...
Is there any way to fetch the thumbnail for video assets?
Thanks in advance!
Tiana
|
||||||
|
||||||
"adGroupAd.ad.videoAd.inFeed.thumbnail": "DEFAULT_THUMBNAIL",
Unfortunately, that field returns an enum of the type of thumbnail (DEFAULT_THUMBNAIL, THUMBNAIL_1, THUMBNAIL_2, THUMBNAIL_3) that's show but not an actual reference to the thumbnail itself.
|
||||||
Hi Tiana,
Thank you for the reply.
If you have additional questions regarding the topic being discussed in this thread, feel free to send those over to our team and we would be happy to assist you further.
Best regards,
|
||||||