Analytics for WordPress is a WordPress plugin for 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—installation takes less than five minutes!
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 );