Hello,
I'd like to integrate google analytics but I can't find a place where I can integrate the required script.
Google instructions are:
...
Create a PHP file named "analyticstracking.php" with the code above and include it on each PHP template page. Then, add the following line to each template page immediately after the opening <body> tag:
<?php include_once("analyticstracking.php") ?>
where the "above file" a javascript <script>...</script>
Any suggestions where this include can go ?
Thank You
Walter