Re: Remove image through API (Python)

2018-09-16 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Olof, My apologies for the confusion in the documentation. Since MediaService does not have REMOVE operation, removing of media is currently not possible through the API. Thanks and regards, Luis AdWords API Team On Friday, September 14, 2018 at 6:07:32 PM UTC+8, Olof Grund wrote: > > Hi

Re: Remove image through API (Python)

2018-09-14 Thread Olof Grund
Hi Luis, Thank you for your reply! Why does it say this under type Image (link below)? - Encapsulates an Image media. For SET,REMOVE operations in MediaService, use mediaId. https://developers.google.com/adwords/api/docs/reference/v201806/MediaService.Image Kind regards, Olof Den fredag 14

Re: Remove image through API (Python)

2018-09-14 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Olof, I'm afraid REMOVED operations for media is currently not supported via the AdWords API specifically in MediaService . Thanks and regards, Luis AdWords API Team On Friday, September 14, 2018 at 4:18:43 PM

Remove image through API (Python)

2018-09-14 Thread Olof Grund
Hi there, I'm struggling with removing an image asset. Does anyone have a code example or could help me out with the syntax? I was able to upload it so I've the mediaId but I can't get my head around how to remove it with operators. Thank you! //Olof -- --