View Single Post
  #2 (permalink)  
Old 04-28-2008, 06:06 PM
danlefree's Avatar
danlefree danlefree is offline
WebProWorld Member
 

Join Date: Jun 2005
Location: Seattle
Posts: 57
danlefree RepRank 0
Default Re: PHP Site- Google Analytics

If you are using the new GA.js version of the Google Analytics reporting script, you can track page hits dynamically with the following code:

Code:
pageTracker._trackPageview("DYNAMIC_URI");
(Where "DYNAMIC_URI" is the URI you would like to see when viewing your Google Analytics reports)
__________________
- Dan LeFree
Dan LeFree Consulting
Reply With Quote