English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to create a piece of code that will track conversions of cost-per-actions from visitors to my website who arrive via personalized URL. The code will work similar to conversion tracking codes used in Google AdWords, Snap and Yahoo search. However, it will not utilize any of those services and will run independently on my website and the metrics will be provided to me through a control panel login I can access 24/7. How can I do this or is there PHP/MySQL software I can add to my webhosting account to enable this feature? Please Advise. Thanks!

2007-03-23 04:18:13 · 2 answers · asked by dante45chicago 1 in Computers & Internet Programming & Design

2 answers

Try to search on hotscripst.com for it... I am sure you will find something similar. You will probably need then to personalize it. I wish you good luck!

2007-03-23 05:05:39 · answer #1 · answered by Vincy 3 · 0 0

The easiest thing to do would probably be to write it yourself. It's a pretty simple matter of storing accounts with a unique (usually random, like a GUID) string attached, that you treat as that accounts' referrer-ID. Just write a header that watches for the referrer-ID in the querystring for incoming requests, and put that header in all your sites. The most time-consuming part of writing practically any web software system is the admin/control panel, so you decide how complicated you want it to be.

2007-03-23 11:59:36 · answer #2 · answered by Rex M 6 · 0 1

fedest.com, questions and answers