TrackStack
HomeDocsPricingBlogChangelogSign inGet started
First-party tracking SDK for developers

One SDK. Every ad pixel.
First-party delivery.

TrackStack replaces pixel soup with one SDK that routes your conversion events through a first-party proxy to Meta, Google, LinkedIn, TikTok, and more. Set it up in minutes and see exactly what landed with delivery logs.

Start freeView quickstart
  • Bypass ad blockers with a first-party proxy
  • One generic setup mapped to 10 ad platforms automatically
  • See exactly what landed with delivery logs
  • Built-in retries, dead letter queue, and dedup logic

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.

Developer first · Just flip the switch.

Install in minutes. Never touch a pixel script again.

~10 minutes

Setup time

10 destinations

Supported platforms

Retry + DLQ built in

Safety

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 account

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.

Strategy6 min read

How to set up Meta CAPI in Next.js without GTM

A developer's guide to bypassing Google Tag Manager and setting up first-party server-side tracking in Next.js.

Read post
Analysis7 min read

Why your pixel scripts are missing 30% of your conversions

Ad blockers, ITP, and iOS updates are killing client-side tracking. Here's why you need a first-party proxy.

Read post
Alternatives5 min read

Segment is overkill when you just want Meta and Google to work

Why Customer Data Platforms (CDPs) are the wrong tool for setting up simple, reliable ad tracking.

Read post
Browse all blog posts

Ready to clean up your conversion pipeline?

Create an API key, install the SDK, and route your first event in minutes.

Start freeView quickstart

© 2026 TrackStack. First-party conversion infrastructure.

DocsPricingBlogChangelogSign inSign up