- Why use custom domain (ad blocker bypass)
- DNS configuration steps
- SSL certificate setup
- Verification process
- Troubleshooting DNS issues
By using your domain for both your website and data collection servers, you can comply with Apple Safari® Intelligent Tracking Prevention (ITP) requirements
- Data collection server: the server that processes your data
- Web server: the server that hosts your website pages, images, and other assets
Purpose | Benefits | Applies to |
---|---|---|
Sending events |
| All Browsers |
Serving scripts |
| All Browsers |
Using a reverse proxy with OneView
Using a reverse proxy with OneView
In Enterprise plans, configuration is included. In Standard plans, it is community-supported.
1
Configuring the reverse proxy
You can send events using your website own domain, by using a to serve all your customer-facing traffic.
- If using AWS, see Amazon CloudFront
- If using Google Cloud, see Google Cloud Load Balancing
- If using Azure, see Azure Front Door
- If using Cloudflare Enterprise, see Origin Rules
2
Sending events to your domain
You neet to review the method you use to send Frontend Events from your website to OneView, and change the URL fromto the subpath you have chosen, for example
www.example.com/metrics
When switching to a custom domain, the client_id
is stored in an http-only
cookie.3
Serving scripts from your domain
This requires following the Google Tag Manager Server-Side Guide, which goes in depth in explaining how to serve scripts from your domain.