Custom domains are available on request for Convertmax accounts that want to serve tracking from their own domain.
Why use a custom domain
Using a first-party subdomain can help you:
- keep tracking requests aligned with your own domain
- reduce the chance of request blocking from browser/privacy tooling
- simplify implementation when your team wants a branded tracking endpoint
How it works
Create a subdomain on your site such as t.yourdomain.com and point it to Convertmax with a CNAME record:
t.yourdomain.com CNAME convertmax.net
Once the DNS record is in place and Convertmax has enabled the domain for your account, you can use that hostname as your event endpoint.
Setup process
- Choose the subdomain you want to use, such as
t.yourdomain.com. - Create a
CNAMErecord that points toconvertmax.net. - Contact Convertmax support to have the domain enabled on your account.
- Wait for confirmation that the domain is active.
- Update your site configuration so events are sent to your custom hostname.
Example
If your website is www.yourdomain.com, you might configure:
- tracking hostname:
t.yourdomain.com - DNS target:
convertmax.net
Then set your event URL to:
https://t.yourdomain.com
Support
To request custom domain activation, contact help@convertmax.io with:
- your Convertmax account or workspace name
- the subdomain you want to use
- confirmation that the CNAME already points to
convertmax.net