=== Analytics for WordPress — by Segment.io === Contributors: segmentio Tags: analytics, web analytics, segment.io, google analytics, kissmetrics, mixpanel, chartbeat, hubspot, marketo, quantcast, tag manager Requires at least: 3.4 Tested up to: 3.5 Stable tag: 0.3.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Analytic for WordPress is the easiest way to integrate analytics into your WordPress site. == Description == Analytics for WordPress is the easiest way to integrate analytics into your WordPress site. By installing Segment.io's WordPress plugin you can add any analytics service to your site without touching any code. Segment.io lets you send your analytics data to Google Analytics, Mixpanel, KISSmetrics, Chartbeat, and more... without having to integrate with each and every one, saving you time. Once you're setup, you can swap and add new analytics services with the click of a button! == Installation == 1. Upload the `analytics-wordpress` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin on your Admin **Plugins** page in WordPress. 1. Go to **Settings > Analytics** and enter your Segment.io API key. 1. That's it! You can now turn on analytics services with the click of a button in the Segment.io interface. == Frequently Asked Questions == = What analytics services does it support? = Tons! Google Analytics, Mixpanel, KISSmetrics, Chartbeat, Clicky, Intercom, CrazyEgg, Customer.io, Gauges, GoSquared, HubSpot, Marketo, Olark, Quantcast, Vero, and more... You can check out [the full list](https://segment.io/integrations). = What user information does it record automatically? = We automatically identify users that are logged in to your WordPress site, and record their `name`, `email`, `username`, and `website`, so you don't need to write any special code to handle that yourself. It also identifies commenters if it can. = Which actions does it record automatically? = We automatically record the different types of WordPress pages your users can visit. Things like "View About Page", "View Post", "View Author Page", etc. So you don't have to worry about recording them yourself. Just by enabling the plugin you'll already be recording all of those actions. == Screenshots == == Changelog == = 0.3.2 = * Fixed bug that occured when installing from WordPress Plugin Repository. = 0.3.0 = * Exposed a global `Analytics` class for custom tracking. = 0.2.0 = * Added identifying commenters. * Added tracking events for different page types. * Bug fixes. = 0.1.0 = * Initial release!