I would like to insert the trackcode to the HTML?
but i can't find the way
code like this
HTML
<a id="clickArea" target="_blank"></a>
JavaScript
var clickArea = document.getElementById("clickArea");
clickArea.href = clickTAG
thx.
I would like to insert the trackcode to the HTML?
but i can't find the way
code like this
HTML
<a id="clickArea" target="_blank"></a>
JavaScript
var clickArea = document.getElementById("clickArea");
clickArea.href = clickTAG
thx.