Copy link to clipboard
Copied
Hello,
I've animated a banner (HTML5 Canvas) with Animate CC for Google Ads. When validating the zip file I get the error below. What does this mean and how do I fix it? Please help, Obi-Wan Kenobi....
Relative asset check
You can only reference files found in your uploaded .ZIP file, and the file listed above is not found there. To continue, remove any references in your HTML file to assets found outside of the .ZIP file.
The asset listed in the error message cannot be found in your .ZIP file. You will also need to remove any references to that file. The only allowed external references are the following:
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hello, thanks for the reply. What exactly does that do? I ask because I'm typically not in the habit of using links with strange URL's without a little context.
Copy link to clipboard
Copied
Hey! You just fixed my problem but I have no idea why it worked or what that new address is that I put in. What miracle have I experienced here? Thanks!
Copy link to clipboard
Copied
It's the CreateJS library hosted on Google's servers. It's a requirement for HTML5 ads that these libraries be referenced from a Google hosted link to pass validation.
https://support.google.com/google-ads/answer/1722096?hl=en#zippy=%2Call-other-html-ads
Copy link to clipboard
Copied
Worked for me thanks @allthingsmoving
Copy link to clipboard
Copied
Hi,
I don't have a code like this "https://code.createjs.com/1.0.0/createjs.min.js" please see attached image.
Copy link to clipboard
Copied
When I do this, the error is gone, but my banner breaks and displays nothing. Any thoughts on what when wrong?
Copy link to clipboard
Copied
use your developer console to find errors.
Copy link to clipboard
Copied
I tried that. Don't understand it. I got it to work by just including the createjs library in the zip package now that file limits are up to 200 KB.
Copy link to clipboard
Copied
Lesson 1: https://youtu.be/bG05_am-fQI
Lesson 2: https://youtu.be/H9e9toftvdM
Copy link to clipboard
Copied
Thanks, I'll check those out!
Copy link to clipboard
Copied
sooner or later, if you continue creating html apps/sites, you'll need to learn how to use the console.
Copy link to clipboard
Copied
This was educational, thanks! Unfortunately, the videos didn't help me figure out my issue, but a step in the right direction, nonetheless.
Copy link to clipboard
Copied
once the problem's resolved checking the console won't help. it's the next problem when you'll use the console to debug.