View Single Post
Old 09-01-2013, 08:10 PM  
Konda
...
 
Konda's Avatar
 
Industry Role:
Join Date: Apr 2003
Posts: 2,280
Quote:
Originally Posted by Struggle4Bucks View Post
Thanks all for input!

If this:


is all it takes then i think my headache can go home now
Few question though: enable extra info in ccbill : where to enable extra info in ccbill?
What is CA var?


When a surfer clicks a CCBill link code the user ends op on your site with a CA variable, something like http://www.yoursite.com/?CA=XXXX-XXXX

You add a simple line of php code to your landing page that when the CA variable is present a cookie is set (for example ccbill=1).
Then on your join page you add a script that if the user has a cookie with ccbill=1 it will show the CCBill options instead of the Epoch options.

If you set the cookie for 2 months or whatever, the CCBill form would still show (and the affiliate would still be credited), if the surfer came back a few weeks later by type-in.

This is the simplest option.

You could make it a bit more 'advanced' by also parsing along the CA variable through all the links on your site to the join page so that even if the surfer had cookies disabled it would still recognize that the surfer came through CCBill and still have the affiliate data available.
Konda is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote