My members area uses includes and for users to navigate each link is a post. this means that every page has the same URL.. how can I get Google Analytics to detect the page?
Cheers, Steven.
jatar_k
2:10 pm on Feb 6, 2007 (gmt 0)
when you run your logs through a log analyzer does it see the different urls? If they are all POSTs then I doubt it will. Having it set up that way probably stops any kind of tracking.
NedProf
11:00 am on Feb 12, 2007 (gmt 0)
You can name the page the way you want:
urchinTracker("name-of-the-page")
That way the URL is ignored en the visit is stored under the new name. Now you only have to dynamically change the name for every page.