Compliant with GDPR, CCPA, COPPA, LGPD, PECR, PDPA, PIPEDA, and more.
Serve your UniConsent consent banner from your own domain (e.g., mycmp.example.com) instead of the default cmp.uniconsent.com. First-party serving improves page load performance and keeps all requests on your own domain for better privacy compliance.
Enter the subdomain you want to use, for example mycmp.example.com or consent.example.com.
Click Setup Domain. UniConsent will provision an SSL certificate for your domain.
After provisioning, you will see the required DNS records. Add them at your domain provider:
| Type | Name | Value |
|---|---|---|
| CNAME | mycmp.example.com | consent.preference-center.com |
| TXT | (if shown) | (certificate validation value) |
| TXT | (if shown) | (ownership validation value) |
Important: If your domain is on Cloudflare, set the CNAME to DNS only (grey cloud, no proxy).
Click Verify DNS to check the status. Once the SSL certificate is active, the status will change to Active.
Once the domain is active, the install tag on the Settings tab will automatically update to use your custom domain:
<script src="https://mycmp.example.com/v2/stub.min.js"></script>
<script async src="https://mycmp.example.com/v2/YOUR_LICENSE_ID/cmp.js"></script>
Replace the old tag on your website with this new one.
You can remove the custom domain at any time from the Install & Setup tab. The tag will revert to the default cmp.uniconsent.com domain.