One-click Shopify app installs Servero on every theme — cart, checkout, thank-you events auto-tracked.
The Servero Shopify app injects a theme snippet and wires Shopify's analytics.subscribe events to your server container. Works on checkout extensibility (Plus) and legacy checkout. No Liquid edits required.
Works on Shopify Plus checkout extensions — web pixels API, not Liquid. Future-proof.
Every order pushes to CAPIs from Servero — surviving Apple Pay + Shop Pay attribution holes.
Negative-value events sent automatically — accurate ROAS in Meta and TikTok.
Standard Shopify events mapped automatically. Custom events supported via the same endpoint.
Average time to live: under 15 minutes.
Search 'Servero' > Install > authorize read_orders + read_customers scopes.
Paste container ID — app pushes theme snippet to Online Store 2.0 automatically.
Toggle Meta CAPI, GA4, TikTok, LinkedIn per store. Cart, checkout, purchase events flow to each.
analytics.subscribe("checkout_completed", (event) => {
fetch("https://track.yourdomain.com/shopify/event", {
method: "POST",
body: JSON.stringify({
event_name: "Purchase",
event_id: event.data.checkout.order.id,
value: event.data.checkout.totalPrice.amount,
currency: event.data.checkout.currencyCode,
email: event.data.checkout.email,
}),
});
});Yes — Servero uses the Customer Events (web pixels) API, which is the Shopify-recommended approach for checkout extensibility.
Covered — checkout_completed fires regardless of payment method. We capture the full cart and user data from Shopify's event payload.
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
Tell us about your traffic. We'll spin up a sandbox and walk you through DNS in a single call.