The Nitrox WordPress plugin is designed to track user activities on your WooCommerce store and send these events to the Nitrox SaaS application. The plugin captures events like product views, add to cart, checkout, purchase, and more, providing valuable insights into user behavior.
Download the Plugin
Upload the Plugin to WordPress
Plugins
> Add New
.Upload Plugin
button.nitrox.zip
) and click Install Now
.Activate the Plugin
Activate Plugin
to enable Nitrox.Download the Plugin
Upload the Plugin via FTP
nitrox.zip
file./wp-content/plugins/
directory.nitrox
folder to this directory.Activate the Plugin
Plugins
and find Nitrox
in the list.Activate
to enable the plugin.Access the Settings
Settings
> Nitrox
in your WordPress admin dashboard.Enter the Org Token
Org Token
field.Save Changes
Save Changes
to store your settings.The Nitrox plugin automatically tracks the following events on your WooCommerce store:
You can also track custom events using the global JavaScript methods provided by the plugin. These methods can be called from anywhere within your site to track specific user interactions.
<script>
// Track a custom event
nitro.track('custom_event_name', {
property1: 'value1',
property2: 'value2'
});
</script>