Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Google Analytics Integration


“Google Analytics jQuery Plugin” is the only jQuery Plugin that supports full Google Analytics API!

When used in conjunction with the famous jQuery framework, this plugin allows easy integration and performance boost of Google Analytics on any webpage.

Google Analytics is an enterprise-class web analytics solution that gives you rich insights into your website traffic and marketing effectiveness.

Advantages of using this Google Analytics jQuery Plugin

  • Extremely simple to use. Copy-paste (almost) anywhere within your page. It just works!

  • Familiar usage syntax for jQuery fanatics!

  • No need to write messy JavaScript codes within HTML body. Makes it easier to maintain pages, besides making the HTML codes sexier.

  • Does not use the infamous document.write method to insert JavaScript.

  • Increases the performance of your webpages by loading Google Analytics codes after the current page is fully loaded.

  • Does not stop page loading while Google Analytics ga.js file is loading. In effect, prevents the annoying delay of loading pages due to slow response from Google Analytics servers.

  • Extremely lightweight. The minified version of this plugin is as small as 688 bytes!

  • New: Dynamically binds to the Google Analytics pageTracker and allows easier access to Google Analytics API

Using Google Analytics Tracking API with this plugin:

This plugin dynamically maps all Google Analytics tracking methods to $.ga for easy access. What this means is that, whatever public API Google Analytics pageTracker uses, the same is applicable to this plugin.

For example, to invoke the pageTracker._trackEvent(category, action, opt_label, opt_value) method, you simply need to call $.ga.trackEvent(category, action, opt_label, opt_value)

Downloads



5
Your rating: None Average: 5 (1 vote)