Wednesday, October 24, 2012

jAnalytics

JavaScript - jAnalytics - CodeCanyon

jAnalytics his title this type of JavaScript/Miscellaneous This time I will review,made by Sitebase, JavaScript/Miscellaneous is sold at a price of $7 in CodeCanyon. jAnalytics - CodeCanyon Item for Sale analytics // events // ga // google // stats // track // trigger // user statistics //
Created 22 July 10
Last Update 22 July 10
Compatible Browsers Chrome 4, Chrome 5, Firefox, IE6, IE7, IE8, Opera, Safari
JS Library jQuery
Files Included HTML, JavaScript JS
More Info...jAnalytics ..

With jAnalytics you can add Google analytics stats and event tracking to your website. It will automaticly add event tracking to your outbound, email and download links.

Features

  • Add google tracking code to your website
  • Optitional track email links
  • Optitional track outbound link clicks
  • Optitional track form submits
  • Optitional track download links from specific file extensions
  • Automaticly adds event tracking to the different links

Installation

Include jQuery and janalytics in your website by adding this to the head of your website:
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></ script> <script type="text/javascript" src="jquery.janalytics.js"></script> 

then add the following code below the above to lines:

 <script type="text/javascript"> $(document).ready(function() { jQuery.jAnalytics("YOUR-UA-CODE", {enableMailTrack: true, enableDownloadTrack: true, enableLinkTrack: true, enableButtonTrack: true, downloadTrackExtension:["zip", "pdf"]}); }); </script> 

More about the different parameters can be found in the documentation file included with the script.

What is event tracking

Event tracking let’s you track files that get downloaded or when a visitor clicks an outbound link. Normally this events are not tracked with the default analytics code but in this plugin we added some extra code that automaticly handles all the code to track these events.

Wordrpess Users

If you want to use this in a Wordpress website than that’s perfectly possible but we also have a Wordpress plugin version of this script. View Wordpress version

Related produck This user:Sitebase

Google Maps for Mobile Site PRO - CodeCanyon Item for Sale Twitter Wall for Mobile Site PRO - CodeCanyon Item for Sale Mobile Site PRO - CodeCanyon Item for Sale News Widget for WordPress - CodeCanyon Item for Sale Testimonials for WordPress - CodeCanyon Item for Sale API Client - CodeCanyon Item for Sale Html Helper Class - CodeCanyon Item for Sale

More items by Sitebase

No comments:

Post a Comment