Is it possible to add the google analytics tracking script to all pages?

I know it's possible to add the standard analytics account code under the admin panel -> website preferences ->SEO optimization tab, but Google also offers code options that also allows tracking PHP pages, dynamic content, and other customizations.

For PHP pages, it would require uploading Google's supplied code in a separate file (for example, analyticstracking.php), and then adding the following line to each template page before the tag: <?php include_once("analyticstracking.php") ?>
 
happy I’m curious
Inappropriate?
4 people have this question

The company marked this question as answered.


User_default_medium