Affiliate program question

Anyone know how the Dolphin affiliate program tracking works exactly? I have a site where my Dolphin community is located at url.com/community... but, my sales pages FOR that community are located at url.com, etc. So, I want to use the affiliate program, but have the affiliate tracker recognize when someone is referred to url.com; as well as, url.com/community. I know most affiliate programs have some kind of code you input into the pages to do the tracking... if I could get that code and add it to my regular pages, then it should work. Anyone have any ideas on this... where to find the affiliate tracking code, etc.?

Thanks for any help!!

John

Quote · 8 Dec 2008

Simply set the cookie for the affiliate ID in whatever landing page you use.

 

 

$idAff = $_REQUEST['idAff'];

setcookie('idAff', $idAff);

 

Hope that helps (you may want to add some time limits to the cookie...

 

D

Quote · 8 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.