WooCommerce Web
Install the WooCommerce Storefront Plugin
The WooCommerce Website Integration consists of a WooCommerce plugin that tracks your storefront and checkout events.
Installation Instructions
The Converge Website installation for a WooCommerce store consists of:
Create a new Client Source in Converge
- In Converge, click on Create a new source
- Pick Client-side from the modal
- Name your pixel: e.g.
{Storename} Storefront
Install the WooCommerce Plugin
-
Download the WooCommerce Plugin by clicking on the following link: Download Plugin
-
In the WordPress admin dashboard, navigate to Plugins in the sidebar and click on Upload Plugin.
-
Choose the .zip file that you just downloaded as the file to upload.
-
Click on Install Plugin and after that on Activate Plugin
Configure the WooCommerce Plugin
- In the Converge web app, click on the source you created in Step 1 and copy the Public Token.
The code consists of 6 characters and can be retrieved from the HTML snippet. If your script
src
looks likehttps://static.runconverge.com/pixels/AYU51m.js
, then your public token isAYU51m
. - Navigate to Tools > Converge in the WooCommerce dashboard.
- Fill in the Public Token and save the configuration.
Verify that the integration is working correctly
- Check that the plugin is working correctly by generating some
$page_load
,Added To Cart
,Started Checkout
events by visiting the store and seeing that these events arrive in the Source Log.
Event Spec
This integration auto-tracks the following events on the browser with all properties available according to the Converge Event Spec.
Event Name | Event Description | Integration |
---|---|---|
PageView | When a customer views a page. | Storefront |
Viewed Product | When a customer views a product. | Storefront |
Added To Cart | When a customer adds an item to cart | Checkout |
Started Checkout | When a customer initiates the checkout process. | Checkout |
Placed Order | When a customer places an order. | Checkout |