First, you would need to include the enabler in the head of your document. You can edit the contents of the <head>…</head>
of your exported .html file by clicking on ‘Edit HTML Head’ in the Document Inspector.
This is the current code:
<script src="https://s0.2mdn.net/ads/studio/Enabler.js"> </script>
I am still investigating how to enable tracking for URLs, but the basic workflow is explained here: https://support.google.com/richmedia/answer/2672517?hl=en&ref_topic=2672541
For any JavaScript action related to your ad, you can create a JavaScript function directly within Hype that can be triggered in response to any mouse action.
I’ll be updating this tutorial soon with clearer instructions, but please review the basic instructions for an HTML5 ad and let me know what issues you have.