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
| Event | WooCommerce Action | Tracking |
|---|---|---|
view_item | Product page viewed | Client-side |
add_to_cart | Item added to cart | Client-side |
begin_checkout | Checkout started | Client-side |
purchase | Order completed | Server-side |
refund | Order refunded | Server-side |