Copy link to clipboard
Copied
I'm getting these errors submitting my Adobe Animate HTML5 Banners to Google Ads. Is there a way to avoid these errors publishing from Adobe Animate? Cheers!
Multiple errors.
Your HTML5 ad is missing a primary .HTML file. Primary .HTML files include an Ad Size tag such as <meta name="ad.size" content="width=300,height=250">. Make sure there is an .HTML file with an ad size tag in your HTML5 ad, and try again. Learn more
Your HTML5 ad is trying to reference an asset that is external to your .ZIP file: https://code.createjs.com/1.0.0/createjs.min.js. Only internal file references are allowed (for example, "path/to/asset/in-zip.png"). Make sure you have included all of your assets in the .ZIP file and that all file references are internal. Once you have made the changes, try again. Learn more
Copy link to clipboard
Copied
I'm not understanding how to correct this error in Animate?
Your HTML5 ad is trying to reference an asset that is external to your .ZIP file: https://code.createjs.com/1.0.0/createjs.min.js. Only internal file references are allowed (for example, "path/to/asset/in-zip.png"). Make sure you have included all of your assets in the .ZIP file and that all file references are internal. Once you have made the changes, try again. Learn more
Copy link to clipboard
Copied
Not sure why Adobe Animate doesn't have these meta tags or JS baked in after publish, when most likely 98% of people creating HTML5 banners are going to be uploading them to Google Adwords. But whatevs, Adobe programs have gotten worse after going subscription based.
This fixed my issue:
Replaced
<script src="https://code.createjs.com/1.0.0/createjs.min.js"></script>
with Google hosted:
<script src="https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js"></script>
Cheers!
Copy link to clipboard
Copied
Thanks, it works for me too!
But it´s funny. Google says "Only internal file references are allowed (for example, "path/to/asset/in-zip.png")" but is ok if you reference a file on their server. Awesome.