Forum Moderators: DixonJones
I am working on a project for an incentives based wbe site. Basically members will be paid to complete offers, sign up for trials, make purchases, etc.
I need a way to dynamically generate tracking links for members who are logged in so that it can be known which members completed an action so that particular person's account can be credited.
Do I need a certain script? or what do I need to do?
Thanks in advance I really appreciate any help.
David
Beyond that, you need to define what you want in your server logs. If you want a userid, then that needs to become part of the url. A session id may also work. Once you've identified a user on your site, you then just need to append this ID to all href urls.
I need to have only one directory for the site with all members going to the same exact pages but I need for the urls to be dynamically appended with the members ID (ie?sid=#*$!x) depending upon their log in.
I know that there are many many sites that utilize this. Do I need a certain script? or what is it that I need to do to accomplish this?
Thanks
David
With the session id, you can keep track of the user name your visitor used, and then show specific content to that individual.
What I want to do is to append an ID tag to the end of the urls that they click so that each user can be tracked as I explained above.