Hello Luis,

You could use those fields and make a MediaServie.get 
<https://developers.google.com/adwords/api/docs/reference/v201809/MediaService#get>
 call 
to get the respective Urls 
<https://developers.google.com/adwords/api/docs/reference/v201809/MediaService.Media#urls>
 of 
those media and fetch them. You could refer to the code sample in Java from 
here 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201809/misc/GetAllImagesAndVideos.java#L134>.
 
Samples in other languages can be found here 
<https://developers.google.com/adwords/api/docs/clientlibraries>. You could 
use the code sample and set a predicate to filter the media Ids in the 
sample code as ".in(MediaField.MediaId, "1234567890")". Please let me know 
if you have any further questions.

Regards,
Sai Teja, AdWords API Team

On Monday, January 14, 2019 at 12:42:21 PM UTC-5, Luis wrote:
>
> Hi there,
>
> We are trying to pull the images for responsive ads using the 
> fields EnhancedDisplayCreativeLandscapeLogoImageMediaId 
> and EnhancedDisplayCreativeMarketingImageSquareMediaId available 
> at AD_PERFORMANCE_REPORT, but we are not sure how these two ids should be 
> used to get the actual images. 
>
> Many thanks in advance,
> Luis
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/af3a3e9e-ff00-4249-9ec8-d09d87e28085%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to