Set up everything you need to run targeted ads on Google, Meta, and TikTok.
Server-side conversion tracking, pixels, campaigns. Digital marketing made simple.

ChannelStack Dashboard

Everything you need for server-side tracking

One integration that handles all your conversion tracking needs

One API, all networks

Single endpoint syncs conversions to Meta, Google, and TikTok automatically

Platform-native formatting

Events automatically formatted to each platform's specific requirements and parameters

Real-time delivery

Events delivered instantly to ad platforms for immediate campaign optimization

Privacy compliant

GDPR/CCPA ready with full control over what customer data is shared

Minimal page speed impact

Runs entirely server-side, no JavaScript pixels slowing down your site

Event deduplication

Automatic deduplication prevents double-counting across browser and server events

How it works

Get accurate conversion tracking in three simple steps

1

Add one line to track events

Call our API endpoint when users sign up, purchase, or take any conversion action. Works with any language or framework.

2

Connect your ad accounts

Link your Meta, Google, and TikTok ad accounts with a few clicks. OAuth authentication keeps your credentials secure.

3

Conversions sync automatically

Every event is formatted and sent to each platform's Conversion API. Your campaigns optimize on complete, accurate data.

Works with any tech stack

Simple HTTP API works with Next.js, React, Node, Python, PHP, Ruby, or any backend

// Track a conversion with one API call
fetch('https://api.channelstack.dev/v1/track', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    api_key: 'your_api_key',
    event: 'purchase',
    email: user.email,
    value: 99.00,
    currency: 'USD',
    order_id: 'ord_123'
  })
})

// That's it! This event will be sent to:
// ✓ Meta Conversions API
// ✓ Google Ads API
// ✓ TikTok Events API

Standard events supported

  • Purchase, AddToCart, ViewContent
  • Lead, CompleteRegistration, Subscribe
  • Custom events for your business

Enhanced matching included

  • Automatic SHA-256 hashing
  • IP address and user agent capture
  • Click ID parameter forwarding

Ready to start?

Start sending server-side events to Meta, Google, and TikTok in minutes