Hype with Doubleclick Studio

Hi!

I work as an Rich media specialist at one of the largest publishers in Scandinavia and we use Doubelclick as an adserving platform. We are supporting both Google Web designer and Adobe animate inside Doubleclick Studio

We need the Enabler script tag inside the html5 content to track click and other user movements and impressions https://support.google.com/richmedia/answer/2672553?hl=en&ref_topic=2672541

We love this tool, and would like to have this in our publisher toolbox out to our customer/mediaagencys/producers for create html5 ads and content, but need some help about implementing tracking to Doublelcik.

If you use Adobe Edge, we have this In-Page build guide
https://support.google.com/richmedia/answer/3030310?hl=en&ref_topic=3023917

Can we use this or something else for the customer to track click and engagement inside Doubleclick?

/Fredrik

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.