Re: Universal App Campaign can not create ad images and html5

2020-01-28 Thread Esteban Maya
Hi Mitchell, i need a mediabundle asset not mediabundle, because the universal apps campagins needs an AssetLink https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.UniversalAppAd. Not other type of adds, you can see the mediabundle asset here

Re: Universal App Campaign can not create ad images and html5

2020-01-16 Thread Esteban Maya
Hi Nikisha, i got the same error yet and i did try a lot of times the code. zip_request = requests.get(' https://storage.googleapis.com/adoptimizer-development/300x250_7f6ee179-81e0-4dea-a703-66b9bef8b25e.zip ') zip_data = zip_request.content html = {

Re: Universal App Campaign can not create ad images and html5

2020-01-02 Thread Esteban Maya
Hi Nikisha, thanks for your answer, the asset image works well, but how can i get the html5 asset, i did try this operation and i received an error: zip_request = requests.get('https://storage.googleapis.com/adoptimizer-development/300x250_7f6ee179-81e0-4dea-a703-66b9bef8b25e.zip')

Universal App Campaign can not create ad images and html5

2019-12-23 Thread Esteban Maya
These are the operations in python headlinesList = [] descriptionList = [] imagesList = [] asset = { 'asset': { 'xsi_type': 'TextAsset', 'assetText': "dfdggdgs" }, 'pinnedField': None } headlinesList.append(asset) asset = { 'asset': { 'xsi_type':