TugusDeveloper Docs
Integrations

CNAME / First-Party Cookie Server

Route all Tugus requests through your own domain for maximum browser compatibility and HttpOnly first-party cookies.

With a CNAME setup, all requests run through your own domain — maximum browser compatibility, no ITP blocking, HttpOnly first-party cookies.

DNS configuration

# Add to your nameserver:
metrics.yourshop.com.  CNAME  collect.tugus.io.
  1. Set the CNAME recordmetrics.yourshop.com → collect.tugus.io
  2. Verify in the dashboard — Properties → CNAME → enter your domain → verify. SSL via Let's Encrypt is set up automatically.
  3. Update the script URL — change the script tag URL to https://metrics.yourshop.com/v1/tg.min.js.

On this page