
Originally Posted by
KevinMcC69
Greg do you have tracking set up for each individual page? Just curious how you do that
Unfortunately I don't. It's just that for rakeback there is only really one page that my sign ups could come from (my main FT rakeback signup page), so I just looked at the unique pageviews for that page and compared it to the total depositing players.
Sure, I could get a handful of signups here and there from other pages, but I don't think there'd be enough to make that figure totally inaccurate.
Sorry I couldn't be more helpful haha. Although, if I was going to set up tracking for each individual page, I'd probably use that little bit of javascript for tracking clicks in GA:
HTML Code:
onClick="javascript: pageTracker._trackPageview('/go/fulltilt');"
..and put a little PHP in there to include the page URL when the click gets tracked in GA...
HTML Code:
onClick="javascript: pageTracker._trackPageview('/go/fulltilt<?php echo $_SERVER['REQUEST_URI']; ?>');"
...so the tracked clicks in the 'top content' report might look like this for example:
/go/fulltilt/rooms/full-tilt/rakeback/
There must be a other/better ways to do it though.
Bookmarks