TSTrackStack
HomeDocsPricingBlogChangelogSign inGet started
First-party tracking SDK for developers

Edge conversion infrastructure

Capture once.
Route everywhere.Prove what landed.

One SDK sends canonical events through your first-party edge to Meta, Google, LinkedIn, TikTok, and seven more APIs — with hashing, dedup, retries, and delivery logs built in.

Start freeView quickstart
  • First-party edge routing — not third-party pixel scripts
  • One event shape mapped to 10 destination APIs
  • Delivery logs for every attempt, retry, and failure
  • Dedup, DLQ, and domain allowlisting included

Supported destinations

trackstack@studiobash

Ready
  • Install
  • Add key
  • Capture
  • Verify
$ npm install @trackstack/sdkadded @trackstack/sdk$ const ts = createTrackStack({ publicKey: process.env.NEXT_PUBLIC_TRACKSTACK_KEY! })$ ts.capture("SignUp", { email })✓ accepted · routed to Meta, Google, LinkedIn$

One SDK event shape. TrackStack handles per-platform mappings, retries, and delivery logs.

Browser

first-party event

Edge

mapped + hashed

Destinations

10 APIs

One SDK

Integration surface

10 platforms

Destination APIs

Logs + DLQ

Operations

How TrackStack works

Drop in the SDK, and let us handle the ad platform specs, retries, and delivery logs.

Capture

Send canonical events from your app with the TrackStack SDK.

Route

TrackStack maps and fans out payloads across platform conversion APIs.

Verify

Monitor delivery, retries, and failures from one operational dashboard.

Get started in three steps

Install once, configure once, and start routing conversions with confidence.

Install in 60 seconds

Start with a minimal config and keep one shared event pipeline for all your conversion platforms.

1. Install the SDK
npm install @trackstack/sdk
2. Configure your client
Meta logo

Meta Ads conversion events with pixel + CAPI deduplication.

On
Google Ads logo

Google Ads and GA4 conversion routing with purchase-focused mapping.

On
LinkedIn logo

LinkedIn conversion delivery with lead and purchase normalization.

On
Reddit logo

Reddit Ads CAPI delivery with event-id aware retry handling.

On
TikTok logo

TikTok Events API routing with high-throughput batch semantics.

On
X logo

X conversion delivery with OAuth 1.0a-ready edge transport.

On
Microsoft logo

Microsoft UET client tracking; server-side adapter in planning.

On
Quora logo

Quora conversion routing with deterministic event shaping.

On
Pinterest logo

Pinterest pixel tracking available; edge CAPI adapter is planned.

On
Snapchat logo

Snap Pixel support in SDK toggles; edge CAPI adapter is planned.

On
import { createTrackStack } from "@trackstack/sdk";

export const ts = createTrackStack({
  publicKey: process.env.NEXT_PUBLIC_TRACKSTACK_KEY!,
  edge: "https://edge.gettrackstack.com",
  platforms: {
  "meta": true,
  "google": true,
  "linkedin": true,
  "reddit": true,
  "tiktok": true,
  "x": true,
  "microsoft": true,
  "quora": true,
  "pinterest": true,
  "snapchat": true
},
  consent: { ad_storage: "granted" }, // optional consent state
});

// In your app
ts.identify("user_123", { email, plan: "growth" });
ts.capture("SignUp", { email, platformHints: ["web", "app"] });

3. Go to Dashboard → Settings → Platform Tokens and add your destination credentials.

Your app only uses a publishable TrackStack key. Destination platform tokens stay in your dashboard settings and are encrypted server-side.

Create your accountRead the quickstart

Plays nice with your stack

Drop it into your Next.js/React app. Works alongside PostHog, Clerk, and Stripe.

Analytics

PostHogGA4AmplitudeMixpanel

Auth

ClerkAuth0NextAuthBetter AuthSupabaseFirebase

Payments

StripePaddleLemon Squeezy

Frameworks

Next.jsReactViteRemix

Everything you need at launch

Core capabilities included by default so you can replace brittle pixel and tag setups.

One SDK and one canonical event shape
We handle the ad platform spec mapping
First-party proxy bypasses ad blockers
Server-side delivery with built-in retries
Delivery logs show exactly what landed
Setup in 10 minutes instead of days
No GTM or tag soup required

From the blog

Direct market analysis on where conversion products fail and how to pick the right architecture.

EngineeringMay 20, 2026·4 min read

First-party conversion tracking vs third-party pixels

Browser pixels and server-side CAPI solve different problems. Here is when to use each, how they complement each other, and what breaks when you rely on scripts alone.

Read post
AlternativesMay 18, 2026·4 min read

Google Tag Manager vs server-side conversion tracking

GTM excels at marketer-controlled tag deployment. Server-side CAPI excels at reliable delivery. Most teams need both — but not the same tool for both jobs.

Read post
AlternativesMay 15, 2026·4 min read

RudderStack alternative when ads are the only destination

RudderStack routes events to warehouses and SaaS tools. If Meta and Google are your primary sinks, a CDP adds latency and schema work you may not need.

Read post
Browse all blog posts

Ship reliable conversion routing this week

Create a free account for your API key, follow the quickstart, and confirm your first event in delivery logs.

Start freeView quickstart

© 2026 TrackStack. First-party conversion infrastructure.

DocsPricingBlogChangelog