Google Analytics Plugin for WordPress

This is the first beta release of a WordPress plugin that can add Google Analytics to your website without you needing to code one single set of <>’s.
I have it running on this site and it seems to be working just fine so far.

Installation instructions

To use it:

  1. If you have a previous version of the plugin, delete it.
  2. Download this fileDownload this file
  3. Rename the file googleanalytics.php and copy it to your /wp-content/plugins directory.
  4. Enable it on the plugins page.
  5. Enter your Google Analytics User Account string (it’ll be something like UA-12345-6. It appears when you “Add a channel”)
  6. That’s it.

You don’t need to look alter the code in any way to make it run; of course you’re welcome to improve it and send me any updates for inclusion.

Features

  • Zero Coding
    A zero coding install enables both the default tracking and the use of different channels for specific posts.
  • Outgoing links
    Track which outgoing links your users click on – i.e. the ones that don’t traditionally register in your logs. Separate tracking streams for outbound links that are in the main article, comments, and comment author URL’s
    A graph showing clicks on outbound links - something not possible with stats based on server logs alone
  • Multiple Channels
    Assign a specific channel to any article by entering the channel ID as metadata. i.e. simply type “analytics” as the metadata field name and the channel ID as the value and you can run a channel for each specific post

Requested Features

  • Filtering the Sidebar
    WordPress provides hooks for filtering articles and comments, but not for filtering the sidebar and footer. Since the sidebar often includes the blogroll there are page-exit clicks that cannot be tracked. If anyoen has a clean solution to filtering the sidebar then please speak up!
  • 100% Point’n'Click UI
    I’ve asked on the forums to see if there’s away to automate the retrieval of the account id, so hopefully the plugin can become a configuration free install.
  • Per Category Channels
    Assign a different channel ID to each category.
  • Versions

    A historical list of releases.

    Contribute

    Please neatly tuck any feedback, comments, suggestions & requests onto the forum!

    About these ads

    329 thoughts on “Google Analytics Plugin for WordPress

    1. Rich

      Version 0.30 adds rudimentary support for tracking exit pages (described here). For any link that the user selects which is in a different domain to the source blog, a record of /outgoing/hostname is stored.

    2. c

      Ah… I see. Outbound link tracking is enabled for links appearing within the loop, but not the sidebar, for example. I’ll be looking forward to an update that adds support for that, as I’m sure will others. It’ll be interesting to see how one’s blogroll is directing traffic.

    3. Rich

      Hi C – a great idea re the blogroll – I’ll look into enabling it for the whole page.

      Cavemonkey, yo, yeah, your’s is the 5th plugin I’m now aware of! I think we ought to get at least one of them into SVN and centralise efforts!

    4. Dado

      Hi

      I’ve tried to install and configure your plugin, but when I’m trying to validate the setup on Google’s page it says that it can’t detect the tracking code.

    5. Rich

      Hi Dado, I’ll need a little more information to begin with. What’s the URL of the blog where you’re installing the plugin? I’m guessing it’s the one in your email address since that site does indeed have the tracking code present, with the UA number of UA-119977-1. So my next question is, can you confirm that 119977 is correct? The codes I’ve seen so far have only had 5 digits in the middle section (but then, Google have been very busy so this may have increased massively. From what I can see so far it looks like it’s working properly, so it may be a case of sit and wait whilst Google catches up with you.

    6. Rich

      Hi Michael, I just looked at the source of your blog and I notice 2 things.

      1. The plugin is working (do a find on the word “urchin” and you’ll see that every externally directed link has been re-written to include a javascript call to teh google code).

      2. You’re corrct that the script-bit is missing, my guess is that there is no call to wp_footer in your theme. As a workaround I’m going to change the hook in the next release to use wp_head rather than wp_footer.

      Rich

    7. Pingback: konfabulieren»Blog Archive » Google Analytics

    8. Rich

      I’ve just uploaded verion 0.40 to the site which shoudl fix michael’s issue of not having a blog footer.

      There are also two new features, firstly, comment author URL’s are now included in the outbound link tracking and secondly, it’s now possible to assign a channel to a specific post by giving the channel if (i.e. UA-12345-6) as the valeu of an “analytics” filed in the metadata.

    9. Osh

      It’s spitting the correct code on my site, but Google Analytics claims not to see it. I suspect GA is sensitive to placement and wants the code to immediately follow the last meta tag. I’ll fiddle some more and let you know if I find out.

      Nit: on your web site here, your link to v4.0 in the “list of releases” points to http://boakes.org/download/googleanalytics_0.30.zip instead of _0.40.zip.

      Thanks for the cool plugin!

    10. Joe Foote

      Thanks for the plugin – sounds great.
      On clicking to enter my UA string, though, I get this message:

      Fatal error: Cannot redeclare analytics_config_page() (previously declared in /home/joefoote/public_html/blogs/wp-content/plugins/googleanalytics.php:30) in /home/joefoote/public_html/blogs/wp-content/plugins/googleanalytics.php on line 29

      My blogis at http://www.joefoote.com

      Thanks in advance for any help!
      Joe Foote

    11. Pingback: Lvx ex Caelis » Google Analytics Plugin for Wordpress

    12. Rich

      Osh, thanks for the heads up, I’ve fixed the nit. I’m fairly certain the problem will just be that Google are oversubscribed right now (which is a blinkin’ pain for testing but i suppose that’s the price of popularity!).

      Joe, that’s a curious one. Have you (perhaps) installed the plugin twice? Maybe once in the directory and once not?

    13. Mike Bowen

      Rich,
      You said, 4) Enter your Google Analytics User Account string (it’ll be something like UA-12345-6. It appears when you “Add a channel”)
      Add a channel – What do you mean by that?
      I have done steps 12&3, after I enabled it in the plugin screen, it
      it tells me Google Analytics is not active. You must enter your
      UA String to work. But where do I do that? When I click on the link I get: Fatal error: Cannot redeclare analytics_config_page() (previously declared in C:xampplitehtdocswp-contentpluginsgoogleanalytics.php:30) in C:xampplitehtdocswp-contentpluginsgoogleanalytics.php on line 33

    14. Kevin

      Rich,

      I am getting the same error as Joe. The only copy of the PHP file I have resides in the plugins directory.

    15. dhchen

      Hello Rich,

      I have the same bug with Joe:

      Fatal error: Cannot redeclare analytics_config_page() (previously declared in /…/wp-content/plugins/googleanalytics.php:30) in /…/wp-content/plugins/googleanalytics.php on line 33

      I checked the plugin dir and there is only one copy of googleanalytics.php. Is this problem related to php version? I’m using php5.

      Thanks for your great work!

    16. Pingback: maTT cHEn {dot} info » Blog Archive » Google Analytics

    17. Rich

      dhchen, Kevin, Mike & Joe,

      Thanks for your feedback! dhchen mentions PHP5, and having looked around the issue it appears that others have had similar problems.

      So, I’m going to assume it’s a PHP5 issue and attack it from that angle. Watch this space :)

    18. Pingback: Fogelmania » Google Analytics - No More lies

    19. Rich

      Release 0.50
      Download it!
      I’ve re-written the method defintions and filters in the plugin to be more defensive than they previously were, which means it should now play nicely with PHP5 based installations.
      Hopefully this will solve the “Cannot redeclare analytics_config_page()” errors – RSVP!
      I’ve also added a few words to the instructions to make the activation provess more obvious, and included a little feedback message to give warm feelings when a User Account number has been entered.

    20. Pingback: La mate por un yogur » Plugins de WordPress para Google Analytics

    21. Pingback: Clint’s TiddlyWiki Thoughts » Nifty Wordpress Plugins

    22. Pingback: MakingItKick » Google Analytics Plugins for Wordpress

    23. Rich

      Hi Lerakpo, I’ve looked at your home page source and everything seems to be in order. Google took 48 hours bewfore I saw my first reports so sit tight, the result really is very impressive for a free service, it just takes a whilto get started.

    24. Pingback: Starry Diary » Blog Archive » Google Analytics! 免費分析服務。

    25. Pingback: thoughts & senses » google analytics & wordpress

    26. Pingback: Musings of an eco-entrepreneur » My favorite WordPress plugins so far

    27. Pingback: TMD我爱你 » Blog Archive » Google Analytics Plugin for Wordpress

    28. Pingback: Google Analytics at 7382

    29. Pingback: Gutermann Net » Blog Archive » Google Analytics Plugin for Wordpress

    30. Pingback: eye for words » Google Analytics is here

    31. Pingback: - priv - » Blog Archive » Google Analytics

    32. Pingback: IONblog » Google Analytics: kostenlos und brauchbar - ein erster kritischer Blick

    33. Darryl

      Rich, I think it would be nice. For example if you access from multiple ip’s (as I do) or dial up for example with who knows what IP.

    34. Pingback: Web Analytics Guide » Blog Archive » Wordpress plugin: Google Analytics

    35. Pingback: Дни » Blog Archive »

    36. Pingback: 7382 » Google Analytics

    37. Pingback: Blog 改裝(二) plugin at 7382

    38. Pingback: The Musings of Chris Samuel » Blog Archive » Shot in the foot by anti-referrer spam measures..

    39. Eran

      Hi,

      What is the difference between this plugin and Cavemonkey50′s
      Google Analyticator? Both seem to be doing the same exact thing.
      I am trying to select one but not sure if one has an advantage
      over the other.

      Thank you

      Eran

    40. Pingback: AnushaRaji » links for 2006-01-18

    41. Pingback: Feed The Burn at Literal Barrage

    42. Pingback: edublogs.org - free blogs for education professionals » Two fully working plugins - and a call for more

    43. Pingback: blog.ortizonline.org » Google Analytics Plugins

    44. Pingback: Se till vänster, där går en arab

    45. Rich

      Hi Chris, the output you describe is what you’d see if you tried loading the plugin as a standard PHP page. Plugins don’t work like normal pages – they just provide capabilities to wordpress so you (999 times out of 1000) don’t need to load the file directly as you’re trying to do.

      Go into the admin interface (where you normally write articles) and look for the Plugins tab, under that is a Google Analytics tab, like this:

      That’s where you have to enter the magic number.

      If you have any more questions, let me know, but hopefully that should be enough of a leg-up.

    46. Rich

      Hi Chris, that certainly doesn’t look right!

      The good news is that I can immediately see something that may be causing your trouble: the version string reads “1.5-beta-1 2005-01-01″.

      Yes, it really is over 12 months old, and beta level code, so it’s not bug free. You are strongly urged to upgrade to the newer codebase, or at the very least to a release version of the code.

      I’m guessing that will fix your problem, and if it doesn’t, at least we’ll be on a more level playing field for me to hypothesize about.

    47. Steve McNally

      It seems to be working fine (the urchin code’s there; will be a day or so before I see results at analytics.google.com). Thanks for the simple way to get analytics code onto my site.

      S

    48. Rich

      Hi dede, sure. Currently four types of content are filtered so that they have their outgoing links tracked, they are:
      the post content (the articles you write)
      the post excerpt
      the comment text (the things others write) and
      the comment author’s url

      What’s not translated at the moment (because there are no filter hooks for the plugin to use – so if anyone knows a neat way to achieve this, let me know) is the header, the footer and the sidebar.

    49. Pingback: Google Analytics e i link verso il mondo -- Fucinaweb - Idee per forgiare siti

    50. Pingback: From the Mind of Paul » Blog Archive » Wordpress fun…

    51. Pingback: Dagon Design » Articles » Sitemap Generator Plugin for Wordpress

    52. Pingback: Google Analytics sur Wordpress at think’blog

    53. Pingback: Test Installation » Articles » Hello world!

    54. Rich

      Hi A Samuel, can you be a bit more descriptive? I have no idea what you are seeing sorry. I’ve had a look at your site and the plugin is currently disabled, so I’m a bit limited in what I can diagnose so far!

    55. Rich

      Aha, got it. Yes, this is a most curious one and it’s down to the combination of the that Analytics works and the way Technorati do their indexing. The analytics plugin updates every link to include the onClick code which can be seen in each of your tags, but technorati don’t seem to like this.

      Two solutions spring to mind (in advance of me being able to code a workaround).

      Contact Technorati and raise a tech support ticket (they’re usually very quick to respond), ’cause this is likely to be something that many people will eventually endure.
      You might want to try the autometa plugin which does work ok with the analytics plugin (and it does a fairly good job at automatically generating the meta tags for you).

    56. A Samuel

      Thanks for the response, I appreciate your help. I have raised a ticket and await to hear from them. I will try the scenario you suggested if no solution can be found. Ill keep you posted.

      Cheers once again!

    57. Pingback: yauidea.com » links for 2006-04-12

    58. Pingback: Google Analytics per Wordpress at web@work

    59. c

      re: a clean solution to filtering the sidebar, I see that the “Ultimate Google Analytics” plugin facilitates this by having the user manually edit their sidebar template to wrap the get_links call with a call to the uga plugin. not entirely “clean” I suppose, but a great option to have for folks who don’t mind editing their templates. chance of the Boakes GA plugin supporting similar?

    60. Pingback: Viche » Plugins para o WordPress

    61. Pingback: Mi blog lah! » Google Analytics και ιστολόγια WordPress

    62. Pingback: CosmicD’s Quadrant » Analytische dinges enzo

    63. Bob

      I tried installing this plugin and got a Fatal error: Cannot access empty property…My ISP is using PHP5. Has anyone else seen this issue? Soultion? I would like to use this plugin.

    64. Olly

      Just a quick comment to say that 0.51 (and I assume earlier ones) don’t validate as XHTML 1.1. It’s the version=”0.51″ part that does it.

    65. Pingback: Tuttosoftware » Blog Archive » Wordpress e HTML Validator: Parte 2

    66. Pingback: Google Analytics at supriyadisw dot net

    67. Pingback: www.thafaker.de :: JMBlogger : Blog Archive : Google Analytics

    68. Russ

      Rich

      The plugin sounds great. I installed it and put in the acct # in the plugin manager and all seemed to go well except Google says the tracking is not installed.

      I went to view source and it says:

      <!– Google Analytics Plugin for WordPress –>
      <!– The plugin is enabled but no channel account number is available. –>

      Any thoughts?

      Thx

      Russ

    69. Rich

      Hi Russ, that message shows up if you’ve installed the plugin but not entered your account number as described in the installation steps above.

      I see that your site is currently showing the correct script (with the account number in the right place, so you already sussed that bit).

      My assumption is that the Analytics server is just a bit behind. It’s often several hours before they show data, so let me know in a day or two if it hasn’t started recording data for you.

    70. Pingback: Bakkel dot com » Google Analytics

    71. Pingback: RSS feed now fixed | The DotComDosh blog

    72. Pingback: james-lloyd.com » Blog Archive » Plugins

    73. Pingback: XSBlog2.0beta » Google Analytics

    74. Pingback: BLOG搬家了 at Czz’s BLOG

    75. Pingback: MARTIN WISO » Blog Archive » Small review of Wordpress 2.0 and plugins I am using - personal homepage about coding in .NET, Java, PHP and other languages from XML, JavaScript to Perl

    76. Tenderfoot

      I have my blog set up at word press. Is there another way to install Analytics if they do not have a plug in section? I really want to utilize this program but don’t know where to put it without a plug in page.

      Any help would be great! If not, do you know of other sites that work with program that are similar to word press as far as format, tools, easier pictures, and clean format?

      Thank you!
      Tenderfoot

    77. Rich

      One problem I can forsee is that WordPress.com already use Google Analytics, so your blog is analysed as part of their whole general blog mish-mash.

      Your best bet is to ask the Automattic folks who run WordPress,com if they can help.

    78. Nate

      This rocks! This is great and works perfect. Thank you very much for this brilliant and handy plugin.

    79. Pingback: links for 2006-07-11 at AIXÏ€

    80. Pingback: Superbil.info » Wordpress Plugins

    81. Ruel

      Hi. I have installed your plugin in my WP blog. It seems ok so far. My question is, how does this thing really work? I mean, should i be going inside my google analytics account and view the reports there? or are there ways to view the reports inside my blog admin?

      Thanks.

    82. Tubbe

      Could someone invite me to Google Analytics?

      tubbe(at)tubbe(dot)dk

      I’d really appreciate it! :)

    83. Rich

      Hi Ruel, as you suggest, just login to analytics.google.com to view the reports. There are other plugins that enable you to view your reports within the WP admin UI, but I’ve not used any of them.

    84. Jonathan Ginsberg

      Rich:
      I have installed the plug-in and have been playing with the reports. I only wonder if the whole point behind the release of Analytics is to train Google how to charge more for the best performing AdWords ads. Are there any other analytics programs you have seen that don’t report their findings to the advertising space vendor?
      Best,
      Jonathan

    85. Pingback: Ryan’s Life » Wordpress Google Analytics Plugin Makes It Simple

    86. Mike

      Thanks a bunch for this great plugin. It automatically attaches the code to all outgoing links and has proven very helpful in tracking page statistics. Not to mention it’s very easy to install.

      THANK YOU! Great Plugin.

    87. Pingback: MadeUpInternetWord » Blog Archive » Google Analytics plugin

    88. Pingback: Crooked Press » Blog Archive » links for 2006-08-10

    89. Tuttosoftware

      Hi Rich,
      I am using your plugin from three months and it works perfectly. But today I noticed a little but not fundamental bug. Your plugin modifies the html code in this way: when there is an hyperlink it don’t leaves no space by the href tag and the title tag. Furthermore It modifies the rss feed adding an onclick tag whose presence is not an error but it is a warming according to the wc3′s feed validator. Is it possible to correct it? I hope I have been clear because my english is not perfect. Thank you. Bye.

    90. Frank

      I’m a beginner and don’t know much about creating web pages. Navigating through the various files and folders of WordPress only furthers my confusion. So where do insert my Account Sting among my WordPress files? I was able to do it without any problems for my regular (non-Wordpress) pages.

    91. Pingback: Tuttosoftware » Wordpress e HTML Validator: Parte 2

    92. Pingback: Tuttosoftware » Wordpress: Validator e piccoli bachi

    93. Tuttosoftware

      Hi Rich,
      I found the little bug and I solved it.
      I added a space on line 219.
      I also bypassed the feed validation by changing in the file wp-rss2.php (belong to wordpress) the function the_content with the function the_content_rss.
      Thanks for your job!
      Bye!

    94. Pingback: chriskelley.org » Blog Archive » Google Analytics

    95. Pingback: STUFFLEUFAGUS » Google Analytics

    96. Pingback: Imida - der Blog » Blog Archive » Google Analytics

    97. Pingback: DesdeGuate.com

    98. Pingback: Tracking Outbound Links at Online Diary

    99. Pingback: frans goes blog » google analytics with wordpress

    100. Pingback: Wordpress - Plugins/Themes at Online Diary

    101. Pingback: CypherHackz.Net

    102. Pingback: Nick’s Weblog » Blog statistics: Find out about your readers

    103. Pingback: Ten Useful Wordpress Plugins at Blogging Basics

    104. Pingback: Imida - der Blog » Meine Wordpress - Plugins

    105. Pingback: web-desarrollo.com | programacion + diseño grafico + arte + cultura + arquitectura » Google Analytics para wordpress

    106. Pingback: Cregy Bits and Bobs » Blog Archive » Google Analytics for Wordpress

    107. Jakanden

      Hello,

      I just installed this plugin, but after 30 minutes, google analytics is still showing as “Tracking not installed”.

      Where exactly does this add the code?

      Thanks!

    108. Pingback: Analytics Web » Blog Archive » Google Analytics For Wordpress Plugin

    109. Pingback: Michael Yuan » Blog Archive » New Home for my blog

    110. Pingback: Ian Chan: Faculty Page » Blog Archive » useful Wordpress plugins 2

    111. Iheartpgh

      I have installed the plug-in, it says it has the tracking code installed but when I log in to google analytics there are no statistics tracked. whats up?

    112. Jean

      Why do I get
      Warning: Cannot modify header information – headers already sent by (output started at /home/opmr/public_html/wp-admin/admin-header.php:16) in /home/opmr/public_html/wp-includes/functions.php on line 2448

      What can be the reason for that? Tried to find the answers in the post but no luck…

      Thanks!

    113. gslin

      First, thanks for this nice plugin :)

      When the user install Adblock and block Google Analytics, the original code will cause Javascript error:

      echo("urchinTracker();n");

      Just check if it has been loaded:

      echo("if (window.urchinTracker) urchinTracker();n");

    114. Pingback: lbcd78 » Premier bilan des plugins Wordpress utilisés actuellement sur ce blog

    115. Pingback: Plugin ~最初に入れたプラグイン « Etranger than Paradise

    116. Pingback: WordPress¥×¥é¥°¥¤¥ó¡¡ÍøÍѤ·¤Æ¤¤¤ë¤â¤Î¡£ » TMJ style Blog

    117. Mathieu

      Hi -

      First Excuse my poor english , i ‘m french.

      Thank you for this excellent plugin , but in my blog google analytics don’t detect my code …

      however installation is really easy .. i don’t understand the problem. Can you help me ?

      Thanks you for your help :) And sorry for my mistakes :x

      Amicalement.

    118. Rich

      Hi rdg/mathieu,

      Once you have installed, configured and enabled the plugin, Analytics should confirm that it has found the tracking code and is “gathering data”.

      It then takes a little while before the data starts to appear – usually around 4 to 8 hours.

      Mathieu, looking at the source code on your blog I can see that you’ve enabled the plugin, but not configured it, scrool back up to the installation instructions and check the penultimate bullet point.

      RDG, your code looks fine, you shoudl be seeing stats anytime soon.

    119. Pingback: Google Analytics Plugin « bbPress Tracker

    120. Pingback: to sort out later… at Dubmole Recordings

    121. Pingback: Backend of Gear Adrift » Navy Humor — Gear Adrift » Archives

    122. Pingback: Blog de Dr. Max Glaser - » Finalmente blog actualizado

    123. Pingback: Plugin memo at 7382

    124. Pingback: ひとりごと » Google Analytics Plugin for Wordpressの導入

    125. Pingback: Ariejan.net » Blog Archive » Plugins used on Ariejan.net

    126. Pingback: Webfroot » how to “really” turn a normal wordpress installation into a working online shop

    127. Pingback: links for 2006-11-23 « squarechick

    128. Pingback: Wordpress Plugin memo at 7382

    129. Pingback: Davide: Istruzioni per l’Uso » Blog Archive » Localizzazione plugin vari

    130. Pingback: Comment créer un blog » AdContented - comment monétiser votre site Web

    131. Pingback: The Ken Puls Blog » Blog Archive » New RSS Feed Link

    132. Pingback: JUST GOOD DESIGN | BLOG » Analytics, Tracking, Stats & Flash

    133. Pingback: soho-life.com » Business Blogging

    134. Pingback: WordPress: Google Analytics Plug-in installed at David’s Exc-el Blog

    135. Pingback: How to Properly Set Up a Blog - WickedFire - Internet Marketing Affiliate Webmaster Forum

    136. Pingback: Adieu的大杂烩 » Hello world!

    137. Pingback: WP e-Commerce Lite - Install at Instinct Entertainment

    138. Pingback: romantika.name - » Google Analytics Plugin Not Showing

    139. Pingback: Liste des plugins Wordpress utilisés dans le blog » Hervé Klein

    140. Pingback: Google Analytics Plugin for Wordpress at Recherche & Developpement

    141. Pingback: Juixe TechKnow » Top 10 WordPress Plugins

    142. Pingback: Blog.Razman.org » Blog Archive » Google Analytics for Wordpress

    143. Pingback: 升級 WordPress 2.1 at {|ihower.idv.tw| blog }

    144. Pingback: Top Five: Software Worth Shouting About at Fallen Into Knowledge

    145. Pingback: my blog » Blog Archive » Wordpress Update auf 2.1

    146. Pingback: TeddyJan’s Blog » Blog Archive » [好物]Google Analytics

    147. Pingback: Le Journal de Marcal » Top plugins Wordpress

    148. Pingback: Nobien » Blog Archive » Pimp Your Blog

    149. Pingback: 2020 Hindsight » Google Analytics in WordPress

    150. Pingback: GandJames » Wordpress Plugins used on this site

    151. Pingback: Wandering Ways » Blog Archive » New Site Design!

    152. Pingback: Google Analytics Plugin : wordpressgarage.com

    153. Pingback: Building Communities - Learning how to build online communities the hard way » WordPress plugin for Google Analytics

    154. Pingback: Andrew Halliday - UK SEO and Web Application Builder » Blog Archive » Google Analytics Plug In

    155. Pingback: SamitOnlineDotNet » Progress!

    156. Pingback: Plugins used on this site at Clever Start

    157. Pingback: SamitOnlineDotNet » Plug Ins

    158. Pingback: My-WhiteBoard’s Favorite WordPress plugins | my-whiteboard

    159. Pingback: Wordpress e Seo: I Migliori Plugin - P2PSIN Forum Italia

    160. Pingback: Scooters in the Mist

    161. Pingback: Blogging software for blog marketing at Vanilla digital

    162. Pingback: 我的使用的Wordpress插件 at 小戴的网志流年|Weblogging years for Jay…

    163. Pingback: WP and Google Analytics - Personal Development for Smart People Forums

    164. Pingback: Plugins que estou usando para o wordpress … | Urubatan`s Weblog

    165. Pingback: Web Statistics Software? - Personal Development for Smart People Forums

    166. Pingback: Writing for Profit » Plugins for WordPress

    167. Pingback: Behind the scenes at celestri.org | celestri.org — virtual home of manish jain

    168. Pingback: Cregy » Google Analytics for Wordpress

    169. Pingback: Cregy Web Development » Google Analytics for Wordpress

    170. Pingback: links for 2007-04-14 « eight and half

    171. Pingback: Some helpful info plskthx

    172. Pingback: Wordpress: Lista de plugins no recomendados - Buayacorp

    173. Pingback: Plugins INSEGUROS para Wordpress - EVITA HACKEOS - Navigator Internet Solutions, Inc | Community

    174. Pingback: Alice in Wonderland » Blog Archive » 網誌的待辦事項

    175. Pingback: Plugin-tizing the site to optimize search engine visibility, increase traffic & improve stickiness of the blog | The Blog Venture

    176. Pingback: TOP 10 WordPress plugins - Feel good with IT

    177. Pingback: Die besten WordPress Plugins - Statistik » Tipps zur Suchmaschinenoptimierung

    178. Pingback: Google Analytics Plugin for Wordpress at www.urban-mobility.de

    179. Pingback: 網誌工作清單 at Alice in Wonderland

    180. Pingback: Google analytics plugin for wordpress at Alan@web

    181. Pingback: My favorite WordPress plugins

    182. Pingback: Google Analytics Has a Major Update, and We Added Analytics to Our Single Property Websites » Realivent Real Estate Technology Blog

    183. Pingback: Analytics...with style

    184. Pingback: TOP 9 WordPress Plugins | WDI

    185. Pingback: howtos » Blog Archive » Wordpress Plugins

    186. Pingback: WP Plugins DB » Blog Archive » Google Analytics

    187. Pingback: Google Analytics Plugin for Wordpress

    188. Pingback: Plugins de Wordpress que utilizo en mi blog con frecuencia | portafolio

    189. Pingback: F-WPPlugins list : mes plugins wordpress - Libratoi.net - Lopez Cyril

    190. Pingback: Jan Ferme :: Jaz, js & Maja » Wordpress dodatki, ki jih priporočam

    191. Pingback: PeterSelekar.com » Blog Archive » Wordpress Google Analytics Plugin

    192. Pingback: KOIN :: Waroeng Desain Indonesia » Blog Archive » TOP 9 WordPress Plugins

    193. Pingback: Plugin karnevál - ToRokZoli Blog

    194. Pingback: The NeverLand » Blog Archive » Google Analytics 在 WordPress 中

    195. Pingback: Best Practices for Setting Up a New Wordpress blog in 60 Minutes or less

    196. Pingback: Google Analytics Plugin for Wordpress - boakes.org

    197. Pingback: xxxWebMasterBlog » WordPress and Google Analytics

    198. Pingback: The Beef Jerky Blog » Quick Blog Update

    199. Pingback: Stop The Internet Marketing Insanity » Google Analytics and Wordpress

    200. Pingback: Si Staffers Blog » Google Analytics plugin

    201. Pingback: ninjaconspiracy.com slash blorg » Blog Archive » Google Analytics Plugin for Wordpress Doesn't Work!

    202. Pingback: Our Top 10 Free Wordpress Plugins & Widgets

    203. Pingback: Blogging Tips - Part 1 - Customising your blog | eBay Blog | Trevor Ginn | eBay consultant | London, UK

    204. Pingback: rob.OT » Blog Archive » [blogging] how to easily use googleanalytics on Word press

    205. Pingback: LunaBlog » Installer Google Analytics sur un blog Wordpress

    206. Pingback: Top 10 Free Wordpress Plugins & Widgets « Lynne Foster | Online C.V

    207. Pingback: { dosmilmastres } » Plugin Google Analytics para Wordpress: Boakes.

    208. Pingback: massiveebayprofits.com » Blog Archive » Blogging Tips - Part 1 - Customising your blog

    209. Pingback: test » Blog Archive » Top 10 Free Wordpress Plugins & Widgets

    210. Pingback: Google Analytics installed at The Blog of Sean

    211. Pingback: Google Analytics Chokes On Long WordPress URLs at Erik J. Heels

    212. Pingback: Which plugin I am using | {paoloiulita.it webDev corner}

    213. Pingback: what is interesting this week (July 24th 2007) at Blogjer is about blogger

    214. Pingback: 100 WordPress Plugins » Blog Archive » Statistics Plugin

    215. Pingback: Metiers d’arts graphique » Archive du blog » Installer Google Analytics sur un blog Wordpress

    216. Pingback: Google Analytics를 이용하여 웹로그를 분석하기 at PureHolic

    217. Pingback: Major Update of the blog at “Voyage au bout de la nuit”

    218. Pingback: Two ways to add Google Analytics to a Wordpress Blog

    219. Pingback: Premium Wordpress Themes | Magazine Style Wordpress Themes | Newspaper Style

    220. Pingback: Premium Wordpress Theme | Revolution Word Press Themes | WP Skin Templates | Professional SEO

    221. Pingback: Ariejan.net BETA - Blog Archive » Plugins used on Ariejan.net

    222. Pingback: Thomas Hervé » Blog Archive » Pré-test d’Airpress & Google Analytics Reporting Suite

    223. Pingback: Setting up WordPress

    224. Pingback: Причины переезда « #от скуки

    225. Pingback: 10 Must Have Wordpress Plugins — Ultrathought

    226. Pingback: Emnu@m » Blog Archive » Wordpress 2.3

    227. Pingback: Top list of WordPress Plugins : Gambling WordPress Themes

    228. Pingback: Блог оптимистичного оптимизатора » Blog Archive » Причины переезда

    229. Pingback: Scurvy Jake’s Pirate Blog » Blog Archive » Wordpress Plugin for Google Analytics

    230. Pingback: Wordpress Plugins I use. | WizzHack

    231. Pingback: Binh dot Name Major Issues | Binh dot Name

    232. Pingback: Top Wordpress Plugins | eric-martin.com

    233. Pingback: Wordpress pluginy nielen pre SEO

    234. Pingback: The sizzle behind the strip at The Bacon Strip

    235. Pingback: Five Wordpress plugins you should download | Cheb 2.0 Web design blog

    236. Pingback: REVIEW my CAR blog site - Page 2 - Young Entrepreneur Forums

    237. Pingback: WordPress Plugins Gone Crazy. | raymondloesch.com

    238. Pingback: Wordpress » boakes.org

    239. Pingback: Wordpress Installation/Integration Guide Written for A Client and The Plugins I Use | Search Engine Marketing, Social Media & Web Solutions | Squareoak - New York, NY » Blog Archive

    240. Pingback: Ce pluginuri folosesc? at » piticu.ro

    241. Pingback: WordPress Plugins: Esenciales de Solo un Blog | Solo un Blog

    242. Pingback: Tips and Moving from a Hosted Wordpress.com Blog to Your Own Domain | Sheri Larsen's Flying Cloud

    243. Pingback: ClickTornado.com » Blog Archive » Plugin-tizing the site to optimize search engine visibility, increase traffic & improve stickiness of the blog

    244. Pingback: magic. got it. » Blog Archive » plugin google analytics

    245. Pingback: SaschDaily » Blog Archive » Frühjahrsputz / PlugIn-Schlacht 2

    246. Pingback:   The Birth Of A $10 Million Dollar Website by AndrewPavelski.Com | Make Money

    247. Pingback: Обновлен Wordpress до версии 2.3.2 : : syntezz.net - сеть персональных блогов (Alpha)

    248. Pingback: Blogging For Fun Or Cash | Marketing Village

    249. Pingback: pixeladas aleatórias ∙∙∙∙ Plugins essenciais para WordPress

    250. Pingback: Los Angeles Online Search Marketing Firm | 17 SEO Wordpress and design wordpress plugins

    251. Pingback: A77 » Blog Archive » How to add Google Analytics to your WordPress blog?

    252. Pingback: Wordpress club, Getting Started with WordPress » Plugins

    253. Pingback: Best WordPress Plugins | whostz.info

    254. Pingback: Pourquoi Un Blog sous WordPress ? Comment Le Configurer et l’Optimiser en 5 Minutes ?

    255. Pingback: Liste de Plugins Indispensables Pour WordPress

    256. Pingback: Comment Insérer Code Google Analytics Dans WordPress ?

    257. Pingback: Hypercast » Blog Archive » Plugins do WordPress em uso no Hypercast

    258. Pingback: Templates at LightSpeed

    259. Pingback: Linux Experience» Blog Archive » Wordpress 2.5 et les plugins compatible

    260. Pingback: Linux Experience » Archive du blog » Wordpress 2.5 et les plugins compatible

    261. Pingback: Google Analytics Plugin | Own This Blog

    262. Pingback: Moje skúsenosti s budovaním blogu (časť 2.)

    263. Pingback: EMRAH ÜSTÜN | Wordpress eklenti tavsiyeleri

    264. Pingback: Case Study: Achieving Google Page Rank | Behind The Curtain

    265. Pingback: Plug-in per statistiche in wordpress at ..<«¿© CrôCcòBi$çöTtò ®¿»>..

    266. Pingback: Thomas Hervé // le blog » Pré-test d’Airpress & G.A.R.S.

    267. Pingback: 10 favorite Wordpress plugins | the will to exist

    268. Pingback: Codimark » Blog Archive » Google Analytics no Wordpress

    269. Pingback: Wordpress eklenti tavsiyeleri | mybook |Atakan Kalkan

    270. Pingback: Google Analytics and WordPress - Online SEO Blog

    271. Pingback: Google Analytics and WordPress | Online SEO Blog

    272. Pingback: Mes plugins WordPress : Tutoweb

    273. Pingback: Plugins utiles pour wordpress: optimisation, amélioration | Fotoforom, un blog photographique

    274. Pingback: Deployment and configuration of wordpress blog engine - my impressions : Anton Gochev’s Weblog

    275. Pingback: Google Analytics 0.x | WordPressでホームページ作成

    276. Pingback: Wordpress için Google Analytics kodu eklentisi

    277. Pingback: GnDx » Blog Archive » Mis Plugins..

    278. Pingback: Webmaster Destek Sitesi » WordPress İçin Google Analytics Eklentisi

    279. Pingback: Google Analytics su Wordpress | My Notepad

    280. Pingback: Wordpress olmazsa olmaz eklentiler | Pirasoglu.com

    281. Pingback: Google Analytics Plugin for Wordpress « 47style

    282. Pingback: Optimize Your Blog Using Web Analytics: Part 2 | OwnBlogger

    283. Pingback: Sitemap Generator Plugin for Wordpress « www . BLOG . MAHARDHIKA . WEB . ID

    284. Pingback: Using Web Analytics To Optimize Your Blog: Part 2 Setting Up Web Analytics — Iron Blogger

    285. Pingback: Google Analytics at Northern Bites Blog

    286. Pingback: Web-analytiikan analysoinnin analysointia | Analytiikka.com

    287. Pingback: Plugin Wordpress: I migliori secondo fucinaweb | RisorseWebmaster.NET - Programmazione, grafica e web 2.0

    288. Pingback: Wordpress Plugin versus Custom Programming | CyberCoded

    289. Pingback: How to turn your WordPress website into an online shop. | Dustin Ward

    290. Pingback: NexoGeek...Tecnología, Recursos, Cultura..y más.

    291. Pingback: Installer Google Analytics sur un blog Wordpress | Le Blog de LunaWeb

    292. Pingback: Considering Making WordPress Your Site Backbone? | Google Analytics Help Blog

    293. Pingback: wordpress » Blog Archive » Sitemap Generator Plugin for Wordpress

    294. Pingback: Mes plugins WordPress | Tutoweb

    Comments are closed.