Voluum parameter on lander - help!

Razerrr

Junior Member
Joined
Nov 12, 2012
Messages
104
Reaction score
4
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:

Code:
<script>function getURLParameter(name) {
    return decodeURI(
        (RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,null])[1] || ''
    );
}
</script>
 
Back
Top