Tracklio
Tracklio
Platform

WooCommerce
Server-side, in 15 minutes.

Official Tracklio WordPress plugin — cart, checkout, order status events to every CAPI, zero code.

One WordPress plugin configures Tracklio on any WooCommerce store. Hooks into woocommerce_checkout_order_processed + woocommerce_order_status_completed — full funnel tracked server-side.

Why server-side for WooCommerce

Hooks over JS

Events fire from WooCommerce action hooks server-side — immune to JS errors, ad-blockers, page unload timing.

Refund tracking

woocommerce_order_status_refunded auto-sends negative-value Purchase events to Meta + GA4 for clean ROAS.

Consent plugin compatible

Works with Complianz, CookieYes, Real Cookie Banner — respects consent state on every event.

Events tracked out of the box

Standard WooCommerce events mapped automatically. Custom events supported via the same endpoint.

view_productadd_to_cartremove_from_cartbegin_checkoutadd_payment_infopurchaseorder_refunded

Setup — 3 steps

Average time to live: under 15 minutes.

  1. 1

    Install Tracklio from WordPress plugin directory

    Plugins > Add New > search 'Tracklio' > Install + Activate.

  2. 2

    Paste container ID + gateway tokens

    Settings > Tracklio > enter IDs from your Tracklio dashboard — plugin auto-verifies.

  3. 3

    Choose tracked events

    Granular toggles: cart actions, checkout steps, order completion, refunds.

How the plugin fires a purchase

php
add_action('woocommerce_order_status_completed', function($order_id) {
    $order = wc_get_order($order_id);
    Tracklio::send_event([
        'event_name' => 'Purchase',
        'event_id'   => (string) $order_id,
        'value'      => $order->get_total(),
        'currency'   => $order->get_currency(),
        'email'      => hash('sha256', strtolower($order->get_billing_email())),
    ]);
}, 10, 1);

WooCommerce FAQs

Will this slow down my store?

No — events fire async from PHP hooks post-order. Zero checkout latency impact; we measure p99 at +3ms.

Does it work with High-Performance Order Storage (HPOS)?

Yes — fully compatible with WooCommerce HPOS. Plugin declares compatibility in its header.

Other integrations

Join 300+ brands

Ready to stop losingconversions?

Get set up in 15 minutes. No DevOps. No contracts.Cancel any time.

14-day free trialNo credit cardAll modules included
Get in touch

We're here when you need us.

Send us a message

We reply within 2 hours, even on weekends. Tell us about your current tracking setup and what you'd like to improve.

Average 2-hour response
Technical support included
No sales pressure

Never shared. Never spammed. Privacy Policy applies.