how do you track this?

grazie

New member
Jan 9, 2010
902
14
0
I'm moving away from easy-peasy wordpress installations in favor of customized html templates. I'm learning a shitload as I go along, but there is one thing that I need some help with...and that is tracking.

My sites have less than 100 pages, but installing the tracking code on each page is a pain in the ass...especially when you have over 20 sites (and growing). I'm sure there's an easy answer that comes in the form of PHP code.

Any ideas?

p.s I'm using getclicky for analytics
 


Youd want to use a global header/footer using either ssi inclusion or php include. I'd offer you some links and more detail if I wasn't posting from my droid. Hit me up later if you still need help.
 
Trying to wrap my head around it and it still confuses me...lol

Will try to hit you up later. Thanks omgyams.
 
create a php file named tracking.php and put inside it all ur tracking codes

then on every php page use this inside ur header

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

done and done