Quote:
Originally posted by kush
Bump.
Still searching.
|
I doubt you would want to do this but here is how I rigged up to track one of my sponsors that didn't offer that feature but did track referring urls....
I wanted to track which of the 3 links to the same sponsor people were more likely to click on. What I did was make a page on my server that framed a php redirect to my sponsor.
Then I made the links for that sponsor go to my framed page like this:
mydomain.com/framepage.html?location1
mydomain.com/framepage.html?location2
mydomain.com/framepage.html?location3
The ?location tag carried through to this particular sponsor so I could track where my clicks came from.
Yes a pain in the ass because you have to either make a frame directly to your sponsor or to a php redirect that goes to the sponsor but the info was very valuable.