Bypass Ad-blockers
NOTE
This feature requires a PRO account.
Ad-blockers don't just block ads, they also block analytics services. Even though Cabin doesn't use cookies or track individual users, ad-blockers may still categorize it alongside other analytics services and block the withcabin.com domain.
By using your own custom domain instead of the default withcabin.com domain, you can ensure your privacy-respecting analytics continue to work properly, giving you valuable insights about your website without compromising user privacy.
How to set up your custom domain
Update your DNS: Add a CNAME record for a subdomain (e.g., cabin.yourdomain.com) pointing to
custom.withcabin.com.
INFO
Choose a subdomain name that doesn't include terms commonly blocked by ad-blockers such as analytics, tracker, stats, or collect.
INFO
If you use Cloudflare, please turn off the Proxy for this record.
Validate your domain: Enter your custom subdomain in the domain settings on withcabin.com and click Validate. Cabin will verify your DNS configuration and automatically issue a free SSL certificate to maintain secure, encrypted connections.
Update your website: Replace the default tracking code on your website with your new custom domain version.
Instead of:
html<script src="https://scripts.withcabin.com/hello.js" async defer></script>
Use:
html<script src="https://cabin.yourdomain.com/hello.js" async defer></script>