Re: When you create a series, you upload HTML5 and make a mistake.

2018-01-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, As I have said previously, only the IMAGE media type is currently supported for UAC campaigns via the AdWords API. The YoutubeVideoMedia and the HTML5 assets are still not supported for UAC campaigns. You can check this guide

Re: When you create a series, you upload HTML5 and make a mistake.

2018-01-10 Thread mengjunzhu837
I still want to upload html5 in AUC, what should I do? 在 2018年1月10日星期三 UTC+8下午2:56:04,mengju...@gmail.com写道: > > Collection uploadMediaBundles = FileUtils.listFiles(new > File(campaignItem.html5_path), null, false); > if (uploadMediaBundles.size() > 0) { > MediaServiceInterface mediaService

Re: When you create a series, you upload HTML5 and make a mistake.

2018-01-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, >From the MEDIA_INCOMPATIBLE_FOR_UNIVERSAL_APP_CAMPAIGN error itself, it means that you are referencing an unsupported media type for the

When you create a series, you upload HTML5 and make a mistake.

2018-01-09 Thread mengjunzhu837
Collection uploadMediaBundles = FileUtils.listFiles(new File(campaignItem.html5_path), null, false); if (uploadMediaBundles.size() > 0) { MediaServiceInterface mediaService = adWordsServices.get(session, MediaServiceInterface.class); ArrayList mediaBundles = new