Forum Moderators: buckworks
I have a some sites with small stores (1-5 products) written in javascript and using simple paypal checkouts.
It's occured to me that these specialty sites could really increase sales from the many sister sites that don't sell anything but their webmasters would be willing to recommend the products, especially if they recieved a commision for the referal.
Rather than just pay for a click-through, what is the most reliable way to track a new customer coming into the site and finally purchasing something from that original referal?
My educated guess is that log analysis software is one possible answer and should be fairly reliable, but is there any other answer I could look into? These sites do have cgi/perl and SSI available to them but not PHP, etc.
Thanks for any help (my first post, hope it's a useful one)
does paypal return the customer to the site following payment and send order information back to the site? if not, then i don't see how you can track sales through paypal unless they have their own affiliate program.
I know of two commonly used ways of doing this:
1/. Using Cookies
You can plant a cookie containing the referrer string and request as part of the ordering process.
2/. Log file analysis
Some of the commercial analyis tools will allow you to track back from your 'success_message.htm' to the referrer string.
Cookies are nice in that they are longer lasting (in case they bookmark and come back next week) but you will miss anyone who blocks cookies.
The log analyis option has the benefit of working even if the user blocks cookies, but has problems of its own - most significantly that of losing the original referrer info if the user bookmarks and returns another day.
If the project mattered to me I'd use both and cross refer.
Thanks to the others for the suggested search terms. I have begun to dig through the mire of offered solutions (now that I can spot them). It all seems a bit more complicated than I want for smaller stores but I bet I can hack something out over time by looking at how the bigger packages work.
Its pretty obvious to me now that SSI is gonna have to be a big part of this, client side javascript is not going to be reliable.
Thanks again everyone!
That is essentially an affiliate programme, which is something that members here tend to experience more from the other side as an affiliate. There are a number of possible solutions, but which is suitable for you largely dependant on how much of the administration you are able/willing to take on yourself.
Also remember that if you want to attract quality affiliates, you need to offer a quality service to them, which in the long term means taking care of a lot of it yourself, I suspect