Hi,
I make ads for Adwords. They require the tag
meta name=“ad.size” content="width=300,height=250"
In the head.
Usually, I have one Hype file, with multiple scenes that are the different ad sizes.
Two things that would make exporting for Adwords easier:
Make a dynamic property we can use for ad size, like ${sceneWidth} and ${sceneHeight} these should get filled in on export, like the current ${resourcesFolder}
Adwords also doesn’t like the cache hack that is included on the reference to the .js file:
460x60.hyperesources/460x60_hype_generated_script.js?69771
If there was an option on export to remove the ?69771 that would mean that we dont have to open and remove it manually after export
Thanks!