Skip to main content
1 of 2
Theo Orphanos
  • 1.5k
  • 1
  • 20
  • 28

Make sure that your pages have ".php" extension and that your server is running php. Then, on each page type the following php code:

<?php include("analyticstracking.php"); ?> 

Or if your analytics file is placed in different directory than your pages:

<?php include("some_directory/analyticstracking.php"); ?> 

As opening tag they mean the <html> tag at the top of the code.

Hope that helps you...

Theo Orphanos
  • 1.5k
  • 1
  • 20
  • 28