Hi,
I have a site that contains the file
redirect.php?id=123
It redirects folks to another site using an id
it pulls from the database.
I'd like to track the page on Google Analytics, see where users are coming from, and what popular sites they're going to.. ect.
I currently set up the page so that it pulls (with PHP) the link from the database, and outputs the ga.js
stuff and a javascript redirect.
The issue is that i'm getting the data on my analytics dashboard as if every id
is a different page..
What is a better way to do this?