Hey,
my problem is that my doesn't transfer the clickid to voluum. What i have done wrong?
<a href="http://xxx.voluumtrk.com/click?cpTRK=<script>document.write(getURLParameter('cpTRK'))</script>"></a>
and i have this script in my head line:
my problem is that my doesn't transfer the clickid to voluum. What i have done wrong?
<a href="http://xxx.voluumtrk.com/click?cpTRK=<script>document.write(getURLParameter('cpTRK'))</script>"></a>
and i have this script in my head line:
Code:
<script>function getURLParameter(name) {
return decodeURI(
(RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,null])[1] || ''
);
}
</script>