Below is my code:
SELECT
asset.id,
asset.name,
asset.resource_name,
asset.youtube_video_asset.youtube_video_id,
asset.youtube_video_asset.youtube_video_title,
asset.text_asset.text
FROM asset
when then asset is a image,I got this:
asset {
resource_name: "customers/xxxxxxxxxx/assets/xxxxxxxxxx"
id: 13151166448
name: "210205_GGjs_yingx2_lxj_en_1200x628.jpg"
}
but when then asset is "YOUTUBE_VIDEO", I got this:
asset {
resource_name: "customers/xxxxxxxxxx/assets/xxxxxxxxxx"
youtube_video_asset {
youtube_video_id: "djKOKzLXsAY"
}
id: 13383663873
name: ""
}
I just can get the name of an image。
How can I get other asset‘s name?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/16ef2a56-d674-4b30-9dc3-a0a7e2538ef7n%40googlegroups.com.