Hi, I'm flattered that you wish for us to be friends. :) You can always count on our team for any AdWords API specific concerns.
In regards to uploading an image media via the MediaService.upload() <https://developers.google.com/adwords/api/docs/reference/v201710/MediaService#upload>, please refer to the sample SOAP request snippet below that you can emulate on your end. Your data <https://developers.google.com/adwords/api/docs/reference/v201710/MediaService.Image#data> field should be of type base64binary. <soapenv:Body> <upload xmlns="https://adwords.google.com/api/adwords/cm/v201710"> <media xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201710" *xsi:type="ns2:Image"*> <ns2:type>IMAGE</ns2:type> <ns2:data>base64binary data sample</ns2:data> </media> </upload> </soapenv:Body> If you have other clarifications, I suggest to create a new forum thread so there will be one thread to monitor for your new issue/concern. Hope this helps and happy holidays! Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. 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/6ae09551-72bc-42c1-9cd1-8cbab0fe4357%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
