Servero
Servero.io
Platform

Shopify
Server-side, in 15 minutes.

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.

Why server-side for Shopify

Checkout Extensibility native

Works on Shopify Plus checkout extensions — web pixels API, not Liquid. Future-proof.

Server-side purchase event

Every order pushes to CAPIs from Servero — surviving Apple Pay + Shop Pay attribution holes.

Refund + cancel webhook

Negative-value events sent automatically — accurate ROAS in Meta and TikTok.

Events tracked out of the box

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

page_viewedproduct_viewedcollection_viewedsearch_submittedcart_viewedproduct_added_to_cartcheckout_startedcheckout_completedpayment_info_submitted

Setup — 3 steps

Average time to live: under 15 minutes.

  1. 1

    Install from Shopify App Store

    Search 'Servero' > Install > authorize read_orders + read_customers scopes.

  2. 2

    Connect your Servero container

    Paste container ID — app pushes theme snippet to Online Store 2.0 automatically.

  3. 3

    Map gateways

    Toggle Meta CAPI, GA4, TikTok, LinkedIn per store. Cart, checkout, purchase events flow to each.

Customer event extension (auto-installed)

javascript
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,
    }),
  });
});

Shopify FAQs

Does it work on Shopify Plus with checkout extensions?+

Yes — Servero uses the Customer Events (web pixels) API, which is the Shopify-recommended approach for checkout extensibility.

What about Shop Pay and Apple Pay?+

Covered — checkout_completed fires regardless of payment method. We capture the full cart and user data from Shopify's event payload.

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.