← Back to playbooks
Custom Domains Published on June 27, 2026

How to Configure CNAME Custom Domains for Footprint-Free Tracking

Learn how to set up custom tracking domains to hide your campaigns from spy tools, protect ad accounts from bans, and bypass browser cookie blocks.

The Hidden Danger of Default Tracking Domains

When you sign up for most affiliate trackers, you are given a default tracking domain (e.g., tracker.platform.com/click/...).

While convenient, using default shared tracking domains poses two major threats to your affiliate business:
1. Ad Account Bans (Footprint Sweeps): Ad networks like Google and Facebook monitor redirect signatures. If a bad actor runs spam campaigns on the same shared tracking domain, the ad network will flag the entire domain. Your clean ad accounts will be suspended due to association (footprint ban).
2. Competitor Spying (Offer Stealing): Competitors use spy tools (like AdSpy, SpyOver, and PowerAdSpy) to search for common tracking domain signatures. They can easily find your landing pages, ads, and offers, copying your hard work within minutes.

By setting up a CNAME Custom Domain, you completely solve both problems. Your tracking links will look like track.yourbrand.com/click/..., hiding your footprints from both ad checkers and spy bots.

---

Step 1: Add a CNAME Record in your DNS Provider

To map your custom domain (or subdomain) to PostbackFlow, you need to add a CNAME record in your domain registrar (Cloudflare, Namecheap, GoDaddy, etc.).

1. Log in to your DNS provider dashboard.
2. Select your domain and go to the DNS Zone Editor or DNS Settings.
3. Add a new record with the following values:
* Type: CNAME
* Name (Host): track (if you want to use track.yourdomain.com) or @ (for root domain).
* Target (Value): postbackflow.com
* TTL: Auto or 3600
4. Save the record. *(Note: DNS propagation can take anywhere from 5 minutes to a few hours).*

---

Step 2: Configure the Domain in PostbackFlow

Once your DNS record is added, map it inside your PostbackFlow profile.

1. Log in to your PostbackFlow Console and go to the Profile page.
2. Scroll to the Custom Tracking Domain section.
3. Enter your domain exactly as configured (e.g., track.yourdomain.com).
4. Click Save Domain.

The system will verify the CNAME routing and automatically request a free SSL certificate via Let's Encrypt so your links run securely on https://.

---

Step 3: Run the Campaign with Clean Links

Once verified, PostbackFlow automatically replaces all default urls.

If you go to your Tracking Links page, your generated tracking links and postback URLs will automatically update.
Instead of:
https://postbackflow.com/click/USER_TOKEN/CAMPAIGN_TOKEN

Your links will now be generated as:
https://track.yourdomain.com/click/USER_TOKEN/CAMPAIGN_TOKEN

---

Pro-Tips for Maximum Security