One-click Shopify app installs Tracklio on every theme — cart, checkout, thank-you events auto-tracked.
The Tracklio 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 Tracklio — 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 'Tracklio' > 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 — Tracklio 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.
Get set up in 15 minutes. No DevOps. No contracts.
Cancel any time.
We reply within 2 hours, even on weekends. Tell us about your current tracking setup and what you'd like to improve.