Forum Moderators: DixonJones

Message Too Old, No Replies

Google analytics on my dynamic website

using analytics on table based dymanic content pages

         

edifice

2:02 am on Apr 7, 2006 (gmt 0)

10+ Year Member



Greetings!

I tried to search before I had to post and results were not relevant, hence I am posting a new message. Thank you in advance.

My website uses menu on the left hand side which calls html pages in the table on the right hand side with url like index.php?url=somepage.htm and then somepage.htm is called and displayed in the table on the right hand side

If I place the google analytics code in the main page, it may not be called more than once for any visitor. How do I go about tracking all the visitors and direct hits to any specific page of the site?

Regards and Thanks!

bumpaw

3:29 pm on Apr 8, 2006 (gmt 0)

10+ Year Member



Welcome to webmasterworld Edifice.
How do I go about tracking all the visitors and direct hits to any specific page of the site?

You have to dig into the code that creates the page and stick the javascript in there. Then each time the page is created it will be there.

edifice

5:43 pm on Apr 14, 2006 (gmt 0)

10+ Year Member



I got it. Thank you for your help.