Skip to main content
This guide will help you set up SignalBridge and start tracking events in about 10 minutes.
1

Create Your Pixel

  1. Go to your SignalBridge Dashboard
  2. Click “Create Pixel”
  3. Enter your website domain (e.g., yourbrand.com)
  4. Choose a subdomain for tracking (e.g., tracking.yourbrand.com)
  5. Click “Create”
Your tracking subdomain should be on the same root domain as your website for best results (e.g., if your site is example.com, use tracking.example.com).
2

Configure DNS

Add a CNAME record in your DNS provider pointing your subdomain to pixel.signalbridgedata.com.
DNS propagation can take up to 24 hours, but usually completes within 5-10 minutes.
3

Install Tracking Code

Add this code to your website’s <head> section, before any other scripts for more accurate blocking detection:
Replace YOUR_PIXEL_ID with your actual Pixel ID from the dashboard.
4

Track Your First Event

Track a conversion event (e.g., purchase, signup):
5

Connect Ad Platforms

Connect your ad accounts in the dashboard to start sending server-side events.
  1. Go to Dashboard → Pixels → Your Pixel → Integrations
  2. Click “Connect” next to Facebook, Google Ads, TikTok, or GA4
  3. Follow the authorization prompts
6

Verify Setup

Check that everything is working using the dashboard or browser console.
  1. Open your website in a browser
  2. Open Developer Tools (F12)
  3. Go to Console tab
  4. Look for: SignalBridge: Initialized with ID YOUR_PIXEL_ID

Common Issues

Possible causes:
  • DNS not configured correctly
  • Pixel ID is wrong
  • Tracking code not installed
Solution:
  • Check DNS with nslookup tracking.yourbrand.com
  • Verify Pixel ID in dashboard
Cause: DNS not propagated yet or SSL not provisionedSolution:
  • Wait 5-10 minutes for DNS propagation
  • SSL certificates are auto-provisioned within 15 minutes

Next Steps

Track Custom Events

Learn how to track custom events

View Analytics

See your conversion data