I have just finished coding my latest WordPress plugin, Google Analyticator. What Google Analyticator does is automatically insert the necessary JavaScript into your template to enable logging for Google Analytics. Google Analytics is Google’s latest service which monitors your website’s traffic for statistical analysis.
The idea for this plugin was suggested to me by Jonathan, and in about two hours we now have a plugin. Keep in mind that Google Analytics was just released within the past day. Enjoy!

8 Comments
Nice work. Will plug this baby into Dev Dawn.
Cheers.
did you have report yet? mine is still waiting for data….
No I don’t. I’m reading that even people who entered it normally are not getting reports yet.
Oh good so it’s not just me.
Yea i thought for some reason the plug-in was the cause of it not working, bc the mint plugin puts the code at the way bottom of the head section, but good to hear its not just me….
The code should be at the very bottom of the head section. Unless your theme calls the wp_head function earlier.
hmm well i have the mint plugin which puts it on the bottom, ur plugin puts in in the middle.
I see why, that’s just the order WordPress is adding the code. I assume that CSS is included by a plugin and not put in by yourself. So WordPress is just putting it in a different order (perhaps alphabetically).
Post a Comment