Tracklio
Tracklio
How it works & Integrations

From zero to server-side
in under 15 minutes.

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.

Setup in minutes

Live in under 15 minutes.

Four steps from sign-up to your first server-side conversion. No DevOps, no Cloud Run, no YAML.

01
60 seconds

Spin up your workspace

Sign up, name your container, pick a plan. All 12 modules unlocked from day one — no add-ons, no surprises.

app.tracklio.io/containers/new
Acme Shop · Production
Go
$20/mo
Starter
$49/mo
Pro
$99/mo
Create container
02
~5 minutes

Point one CNAME record

Add track.yourdomain.com → edge.tracklio.io in your DNS. Tracklio auto-issues the SSL cert. No Cloudflare setup, no manual Let's Encrypt.

app.tracklio.io/domains
track.acmeshop.com
First-party tracking domain
verified
TypeCNAMENametrackValueedge.tracklio.io
DNS resolves
propagated ✓
SSL provisioned
via Let's Encrypt
03
5 min per platform

Connect your ad platforms

Paste your Meta CAPI token, GA4 ID, TikTok token. Tracklio handles deduplication, PII hashing, and consent routing automatically.

app.tracklio.io/gateways
Meta CAPIconnected
Google Analytics 4connected
TikTok Eventsconnected
LinkedIn CAPI+ connect
+ 8 more destinations available
04
2 minutes to live

Install one line of code

Paste our GTM template or a single script tag. Watch your first event hit the live dashboard within seconds.

app.tracklio.io/events
1-line installGTM template ready
<script src="https://track.acmeshop.com/s.js" data-id="srv_9f2c" defer></script>
Purchase$129.00200
AddToCartSKU-4821200
LeadMQL200
That's the whole setup.
No cluster spin-up. No Terraform. No YAML.
Start your container
Quickstarts

Works with your stack.

Copy-paste installs for Shopify, WooCommerce, Next.js, Webflow, and raw GTM — every server-side event shipped in minutes.

Next.js / React
Shopify
WooCommerce
Custom / GTM
Webflow / HTML
Next.js / React
3 min
// 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,
});
Shopify
2 min
{% 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>
WooCommerce
5 min
# 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.
Custom / GTM
4 min
<!-- 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.
Webflow / HTML
2 min
<!-- 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>
Every integration included

One container. Every ad platform, every shop.

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.

Need another destination?

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 integration
The solution

One container. Every event. Every platform.

Tracklio sits server-side on your domain. Events flow through it before reaching any ad platform — clean, deduplicated, and compliant.

Live routing architecture
All systems operational
Your Website
Page ViewAdd to CartPurchaseLeadCheckoutSign Up
Tracklio
f
Meta CAPI
G
Google GA4
T
TikTok Events
in
LinkedIn CAPI
S
Snap
P
Pinterest
Webhooks
Events / sec
2,481
Match rate
94.2%
p99 latency
47ms
Uptime
99.99%
Zero DevOps
No Cloud Run, no Kubernetes, no YAML. Spin up in minutes.
Edge Performance
p99 latency under 50ms. Global CDN routing.
Auto-Everything
SSL cert, CNAME verify, deduplication — all automatic.
Join 300+ brands

Ready to stop losingconversions?

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

14-day free trialNo 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.