Skip to content
DocsIntegrationsWooCommerce Integration
Integrations

WooCommerce Integration

WooCommerce Integration

Full e-commerce tracking for WooCommerce stores. Automatically tracks the purchase funnel from product view to purchase, with server-side conversion tracking for accuracy.

Setup

If you have the Conseto WordPress plugin installed, WooCommerce tracking is automatic. No additional configuration needed.

Alternatively, add the script manually and enable auto-tracking:

javascript
Conseto.init({
  clientId: 'YOUR_CLIENT_ID',
  autoTrackEcommerce: true  // Auto-detects WooCommerce
});

Tracked Events

EventWooCommerce ActionTracking
view_itemProduct page viewedClient-side
add_to_cartItem added to cartClient-side
begin_checkoutCheckout startedClient-side
purchaseOrder completedServer-side
refundOrder refundedServer-side
Documentation — CONSETO | CONSETO