Server-Side Tracking Implementation Guide
Overview
Wunderkind Server-Side Tracking is now available for any client. Implementation steps for Cloudflare-hosted versus non-Cloudflare-hosted clients are below.
Implementation Steps
If your site is NOT hosted on Cloudflare
Please update your hosting provider’s configuration to proxy requests for a new subdomain under your main site domain to our API.
Add a CNAME redirect in your DNS settings:
- Navigate to the DNS settings for your website
- Click Add Record to create the new subdomain record
- For Type, select “CNAME”
- For Name, please add a subdomain name “wd” (e.g. wd.clientsite.com)
- For Target, enter “cdnwd.com”
- Lastly, save the new record
If your site is hosted on Cloudflare
Please update your Cloudflare configuration to proxy requests for a new subdomain under your main site domain to our API.
Part 1: Add a CNAME redirect in your DNS settings:
- Log in to your Cloudflare account and select your account and domain
- Navigate to DNS
- Click Add Record to create the new subdomain record
- For Type, select “CNAME”
- For Name, please add a subdomain name “wd” (e.g. wd.clientsite.com)
- For Target, enter “cdnwd.com”
- Ensure that Proxy Status is enabled as says Proxied
- Optionally, enter a Comment for the record
- Lastly, save the new record
Once you’re done, the UI should look like this (in this example, “track” was used as the subdomain):