Google Analytics and CMS/PHP type auto-generated pages
September 1, 2008 4:30 AM
Subscribe
Question about Google Analytics and CMS/PHP type auto-generated pages.
So, I have set up an e-learning site, using Moodle software. This is my first foray into anything other than hand-coded HTML static pages.
Here is my question:
the parent site (www.themoderninstitute.eu) has the javascript code embedded on each page to give me access to the google analytics tools. The Moodle installation is a sub-branch on the same website (/learning). I would like to be able to get analytics stats for that section too, but am well over my head as to how I can do that.
Can anyone with some MySQL / php background give me some advice?
posted by Meatbomb to computers & internet (4 comments total)
If there's one template, you add the Google Analytics javascript to that, as close to the bottom as possible.
If there are several templates, either design a common footer for all of them, with the Google Analytics script, or add that code to all.
posted by ijsbrand at 4:55 AM on September 1, 2008