Four dashboard screens — create a container, verify your CNAME, connect gateways, paste the snippet or GTM template. Tracklio provisions Docker, SSL via Let's Encrypt, and global edge routing automatically.
Four steps from sign-up to your first server-side conversion. No DevOps, no Cloud Run, no YAML.
Sign up, name your container, pick a plan. All 12 modules unlocked from day one — no add-ons, no surprises.
Add track.yourdomain.com → edge.tracklio.io in your DNS. Tracklio auto-issues the SSL cert. No Cloudflare setup, no manual Let's Encrypt.
Paste your Meta CAPI token, GA4 ID, TikTok token. Tracklio handles deduplication, PII hashing, and consent routing automatically.
Paste our GTM template or a single script tag. Watch your first event hit the live dashboard within seconds.
<script src="https://track.acmeshop.com/s.js" data-id="srv_9f2c" defer></script>Copy-paste installs for Shopify, WooCommerce, Next.js, Webflow, and raw GTM — every server-side event shipped in minutes.
// app/layout.tsx
import Script from "next/script";
export default function RootLayout({ children }) {
return (
<html>
<head>
<Script
src="https://track.yoursite.com/s.js"
data-id="srv_9f2c"
strategy="afterInteractive"
/>
</head>
<body>{children}</body>
</html>
);
}
// Fire an event
tracklio.track("Purchase", {
event_id: order.id,
value: 129.00,
currency: "USD",
email: user.email,
});{% comment %} In theme.liquid, before </head> {% endcomment %}
<script src="https://track.{{ shop.permanent_domain }}/s.js"
data-id="{{ settings.tracklio_container }}" defer></script>
{% comment %} On thank-you page {% endcomment %}
<script>
tracklio.track("Purchase", {
event_id: "{{ order.id }}",
value: {{ order.total_price | money_without_currency }},
currency: "{{ shop.currency }}",
email: "{{ customer.email }}",
content_ids: [{% for line in order.line_items %}"{{ line.product_id }}",{% endfor %}]
});
</script># 1. Install our WordPress plugin (wp-admin)
wp plugin install tracklio --activate
# 2. Settings → Tracklio → paste:
# - Container token (from app.tracklio.io)
# - Delay purchase seconds (recommend 60)
# - Cancel event opt-in: ON
# 3. Done. Purchase / refund / cancel events
# ship server-side to every gateway.<!-- Option A: Direct snippet -->
<script src="https://track.yoursite.com/s.js"
data-id="srv_9f2c" defer></script>
<!-- Option B: GTM template -->
1. Download tracklio-starter.json from dashboard
2. GTM → Admin → Import Container
3. Replace placeholders:
{{TRACKLIO_CONTAINER_ID}} → srv_9f2c
{{META_PIXEL_ID}} → 1234...
{{GA4_MEASUREMENT_ID}} → G-ABC123
4. Publish. Consent Mode V2 + CAPI wired.<!-- Site-wide Head Code -->
<script src="https://track.yoursite.com/s.js"
data-id="srv_9f2c" defer></script>
<!-- Success page custom code -->
<script>
window.addEventListener("tracklio:ready", () => {
tracklio.track("Purchase", {
event_id: new URL(location.href)
.searchParams.get("order_id"),
value: 89.99,
currency: "USD"
});
});
</script>Native integrations for Meta CAPI, GA4 Measurement Protocol, TikTok Events API, LinkedIn CAPI, Snapchat, Google Ads Enhanced Conversions, plus Shopify app and WooCommerce plugin — every plan includes all of them.
Recover 30-40% of Facebook and Instagram ad events lost to iOS 14.5, ad-blockers, and Safari ITP.
Measurement Protocol events that bypass ad-blockers and survive cookie expiry — first-party, GDPR-friendly.
Ship purchases and leads straight to TikTok Events API 2.0 — deduplicated with the Pixel, iOS-proof.
Server-side B2B conversion tracking for LinkedIn Ads — enriched lead events, LinkedIn ID (LiId) capture.
One-click Shopify app installs Tracklio on every theme — cart, checkout, thank-you events auto-tracked.
Official Tracklio WordPress plugin — cart, checkout, order status events to every CAPI, zero code.
Snapchat Conversions API, Pinterest, X/Twitter Pixel, Reddit, Criteo, Microsoft/Bing UET, and 10+ more via the generic HTTPS destination. Custom webhooks supported on every plan.
Request an integrationTracklio sits server-side on your domain. Events flow through it before reaching any ad platform — clean, deduplicated, and compliant.
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.