Hello all! I'm trying to use Google Analytics on my site and haven't had any luck. I've followed the steps that Google states and still can't get it to work. Here's what google suggests:
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") ?>
I've made the PHP file they suggest and I have tried putting
<?php include_once("analyticstracking.php") ?>
at the top of the following pages: /httpdocs/Rides/templates/tmpl_rso/_header.html, /httpdocs/Rides/templates/tmpl_rso/_sub_header.html, /httpdocs/Rides/templates/tmpl_rso/_header.html, /httpdocs/Rides/templates/tmpl_rso/_sub_header.html
tmpl_rso is a custom template for my site btw. Can someone please help me with the proper location?