on a dynamic site of ours, we want to implement google analytics on some of our pages
These pages are customer based.
lets say that the index page of our customer is something like this:
http://www.example.com/some/folder/index.php?customer=demo
Visitor can search the profile of our customer and choose some of his products, so the next pages all look alike
http://www.example.com/some/folder/search_results.php
http://www.example.com/some/folder/product_list.php
etc
Now we have a script that adds the google analytics code to every customer account that wants to activate it.
Our question is: will google anayltics works for each customer beyond the index page (since all sub-pages share the same url)?
Each page loads its owner's analytics code.