You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello,
I am downloading from the ad performance report the following fields:
EnhancedDisplayCreativeLogoImageMediaId
EnhancedDisplayCreativeMarketingImageMediaId
Is it possible to download the images of those ID's?
Thanks,
Lior
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Apr 5, 2017, 12:03:39 PM4/5/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Lior,
Using the ImageAdUrl field in the AD_PERFORMANCE_REPORT, you will be able to prepare the url to the specific image after appending "https://tpc.googlesyndication.com/pageadimg/imgad?id=" to the value of ImageAdUrl field in the report. This will give you the image of that Ad. If you want the image corresponding to a specific mediaId, you could use the MediaService.get() and include the field 'Urls' which will give the url of the image corresponding to that mediaId.