Google Ads "Missing asset check" error
I'm creating HTML5 ads for Google Ads.
I created a new set of ads from copied Adobe Animate files that worked fine themselves when zipped and uploaded to Google Ads. The old ads were published using Adobe Animate 2019. These new ads that do not work were published using Adobe Animate 2020.
These duplicated versions are exactly the same, except for some text changes. I publish them, zip them, and upload to Google, and get the following error:
Make sure the filenames of all files in your .ZIP file are exactly the same as the name listed in the reference file.
For example, if one of the files in your .ZIP file is called path/to/example/asset, but in your HTML file you reference path/to/example/asset2, AdWords will not be able to to find the correct file.
To fix the issue, compare the filename listed above with every file in your HTML5 code. If it is not exactly the same, correct the reference.
More details:
INVALID_URL_REFERENCE: canvas_
Using search/replace, I see the only file with a reference to "canvas_" is the createjs.min.js file in "/libs/1.0.0/".
The old correctly-working published ads contain a "/libs/createjs-2015.11.26.min.js" file instead of the "/1.0.0/createjs.min.js" file. How do I publish my ad with these same settings instead of the"/1.0.0/createjs.min.js" file? That seems to be the problem here.
