QbiTrack
QbiTrack
Platform

Shopify
Server-side, in 15 minutes.

One-click Shopify app installs QbiTrack on every theme — cart, checkout, thank-you events auto-tracked.

The QbiTrack 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 QbiTrack — 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 'QbiTrack' > Install > authorize read_orders + read_customers scopes.

  2. 2

    Connect your QbiTrack 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 — QbiTrack 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

Join 300+ brands

Ready to stop losingconversions?

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

Free plan availableNo 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.