HTML5 format allows you to use interactive content or link to multiple pages in your creative. The latter is often used in Private message ads. Please note, that we can track nubmer of clicks only for all links as a whole.
If you need to get your clicks tracked one by one, we recommend you tu use an URL shortener, like goo.gl or bit.ly.
To make sure, that HTML5 creatives will display correctly and everything will be fully functional, they have to be created according to this specification:
Each creative has fixed dimensions, in case of Private message ad, width is 730px and height anything bellow 3000px.
.
.
.
There is a script definig each link's URL located in the page header.
.
.
.
clickTag variables may remain empty (var clicTag = "";) - in that case, value (URL) will be assigned to them when campaign is launched, but they always have to be present in creative's header:
.
.
.
There can be multiple hyperlinks in a creative body, but each of them has to have it's href parameter assigned by javascript window.open function and clickTag variable. Please, don't use href parameter - such links will not work with Firefox browser.:
Link 1 body
Link 2 body
Link 3 body
.
.
.
Example of a correctly prepared HTML5 creative
BUPI sa stará aj o mamičky
When making creatives in Google Web Designer, make sure to follow these steps:
1. When creating a document, choose DoubleClick from Environment dropdown menu.
2. When creating links themself, choose Tap Area option:
3. Then choose Add event... -> Touch/Click -> Google Ad -> Exit ad -> gwd-ad -> and fill Metrics ID and URL itself.
4. Export creative (Publish -> Locally) and send us exported .zip file.
Newsletters from Mailchimp or other similar templates can be used in most cases, provided you fit into 3000px maximum creative height.
Though, in most cases, we can't track click-throughs in such creatives. That's because URLs are usually hard-coded.
If you want us to track click-throughts, it's necessary to define all URLs as clickTag variables to creative's header.
.
.
.
Afther that, you have to replace each href atribute by onclick and javascript window.open function. Please, don't use href parameter - such links will not work with Firefox browser.:
Telo prvého odkazu
Telo druhého odkazu
Telo tretieho odkazu
.
.
.
If you don't need us to track click-throughs, we can usually use "raw" creative directly from MailChimp as well.
Just make sure, that each link opens in a new window.
Easiest way to do this is to inset tag with target="_blank" atribute to creative's header. Of course, if you had attribute target="_self" added to each "a" tag in creative's body, this will not work.
.
.
.