1
Create Your Pixel
- Go to your SignalBridge Dashboard
- Click “Create Pixel”
- Enter your website domain (e.g.,
yourbrand.com) - Choose a subdomain for tracking (e.g.,
tracking.yourbrand.com) - 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.3
Install Tracking Code
Add this code to your website’s
<head> section, before any other scripts for more accurate blocking detection: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.
- Go to Dashboard → Pixels → Your Pixel → Integrations
- Click “Connect” next to Facebook, Google Ads, TikTok, or GA4
- Follow the authorization prompts
6
Verify Setup
Check that everything is working using the dashboard or browser console.
Check DNS Configuration
Check DNS Configuration
Check Tracking Code
Check Tracking Code
- Open your website in a browser
- Open Developer Tools (F12)
- Go to Console tab
- Look for:
SignalBridge: Initialized with ID YOUR_PIXEL_ID
Common Issues
Events not showing in dashboard
Events not showing in dashboard
Possible causes:
- DNS not configured correctly
- Pixel ID is wrong
- Tracking code not installed
- Check DNS with
nslookup tracking.yourbrand.com - Verify Pixel ID in dashboard
SSL certificate error
SSL certificate error
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
