Analytics for WordPress
=======================

**Analytics for WordPress** is a WordPress plugin for [Segment.io](https://segment.io) that lets you send data to any analytics service you want without touching any code.

To get up and running, checkout our documentation at [segment.io/plugins/wordpress](https://segment.io/plugins/wordpress)—installation takes less than five minutes!


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/segmentio/analytics-wordpress/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

## Debugging

Running into notices, warnings or errors?  Enable WP_DEBUG for proper error reporting by adding the following code to your `wp-config.php` file.

`define( 'WP_DEBUG', true );`

