Servero
Servero.io
Platform

WooCommerce
Server-side, in 15 minutes.

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

One WordPress plugin configures Servero 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 Servero from WordPress plugin directory

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

  2. 2

    Paste container ID + gateway tokens

    Settings > Servero > enter IDs from your Servero 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);
    Servero::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

Ready in 15 minutes

Stop losing data.
Start tracking clean.

Set up server-side tracking on your first-party domain in under 24 hours. Every feature included. No surprise add-ons.

No credit card · Cancel anytime · GDPR compliant

Contact

Ready to track clean?

Tell us about your traffic. We'll spin up a sandbox and walk you through DNS in a single call.

Start the conversation
No credit card · Reply within 1 business day

By submitting you agree to our Privacy Policy. Never shared, never spammed.