Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe Animate – Google Ads Errors

Explorer ,
Oct 07, 2020 Oct 07, 2020

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

2.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 08, 2020 Oct 08, 2020

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 09, 2020 Oct 09, 2020

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 30, 2022 Mar 30, 2022
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines