
# Analytics for WordPress

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


## Installation

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


## 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 );
```

## Support

If you run into issues, be sure to check out the [documentation](http://docs.astronomer.io/docs/wordpress), and you can always reach out to us [here](http://www.astronomer.io/contact) for help!


## License

This software is licensed under Version 2 of the [GNU General Public License](http://www.gnu.org/licenses/gpl-2.0.html), the same license used for WordPress core. Check out the [license.txt](license.txt) file for more information.
