Hi folks,

I want to provision a new Image Ad without pushing its image binary over 
the wire when calling AdGroupAdService.mutate(operations).

Is there a way to replace the *highlighted* portion below with a reference 
to a public URL that hosts the image binary and achieve the same results?  
Or, is there some way to upload image binaries to Google ahead of time, and 
pass some kind of identifier to tell this Image instance to reference that 
identifier?

                // Create image.
                Image image = new Image();
                *image.setData(imageData);*
                image.setFileSize(imageSize);
                image.setMimeType(mimeType);

                // assign the image to the imageAd.
                imageAd.setImage(image);

Thanks in advance!

Best,
Adam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/798ea6a5-ee5b-419f-ace7-88e48a01e8c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Can I create an ... Adam McKee
    • Re: Can I c... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to