The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

[GUIDE] How To Set Up New Traffic Sources in Voluum

I did setup everything but at Maxbounty subids are not being recorded. I am not sure what I did wrong or how to work around it.

I am using landing page:
Code:
<div align="center" style="padding-bottom:5px;color:#c79b00">
    <a class="button" href="http://yourvolid.voluumtrk.com/click"><strong>Download Now</strong></a>
</div>

Maxbounty report shows that "Sub-ID Not Set" for all clicks.



I even tested by creating my own offer page to see if landing page is passing click id and it does.

here is the code for it:

URL: test.php?volckickid={clickid}

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

<body>
Voluum click id: <script>document.write(getURLParameter('volclickid'))</script>
</body>

</html>


UPDATE:

I did the same setup for evoleads network and sub ids are working fine. If anyone have successfully setup for Maxbounty please share.
 
Last edited:
banners
Back