Forum Moderators: phranque
I am working on creating an incentives site. That is people join and they are paid for actions such as signing up for free offers, trials, services, shopping etc.
I already have the affiliates and advertisers lined up.
What I need to know is how do I have it so that when a member is logged in their link is dynamically appended with a sub ID so that they can be tracked for completing an offer?
Can anyone tell me what I need to do or what script I need to obtain to accomplish this?
Thanks in aadvance to anyone who offers advice and info
David
Some of the affiliates use a different format other than?sid= but I assume that I can create a different 'browse.php' for those (?)
Also the url in this case will actually need to be url...?sid= instead of &sid=
Do I need to edit this line in the browse.php
$urlToBrowse=$urlToBrowse."&sid=".$sid;
to this?
$urlToBrowse=$urlToBrowse."?sid=".$sid;
Also, how will I access the click table info?
Also I just clicked on one the links that is set to go through the browse.php but I did not see the sub ID added to the url in the address bar. Am I doing something wrong here?
David