Re: How can i setImageMediaIds for UAC through api?

2018-07-19 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gilbert, Thank you for providing the logs. I believe your request is correct. However, could you confirm if the media Ids that you are setting are indeed landscape images? Other media type like HTML5, videos, media bundle etc. are currently not supported for uploading in UAC via the API. If

Re: How can i setImageMediaIds for UAC through api?

2018-07-19 Thread gilbertmmiller2017
hi Luis this is my soap request and response http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201802; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;> b

Re: How can i setImageMediaIds for UAC through api?

2018-07-19 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Gilbert, To better investigate this, could you provide the complete SOAP request and response logs via *reply privately to author *when you encountered the error? To set your uploaded media to your UAC, you should use the CampaignService.UniversalAppCampaignSetting()

How can i setImageMediaIds for UAC through api?

2018-07-18 Thread gilbertmmiller2017
hi,I use php api to setImageMediaIds for UAC,but i got error like this: MEDIA_INCOMPATIBLE_FOR_UNIVERSAL_APP_CAMPAIGN I read the api doc said through Listoperations to set images,but i found no any code sample. how i use listoperation? thanks! -- --