Deploy Antlytics on Netlify
Netlify is a deployment platform. The Antlytics snippet belongs in your application code, not in Netlify settings.
Follow the install guide for your framework:
Content Security Policy
If your site uses a strict Content-Security-Policy header, ensure your Netlify _headers file allows the Antlytics ingest endpoint:
/*
Content-Security-Policy: script-src 'self' 'unsafe-inline'; connect-src 'self' https://www.antlytics.com
'unsafe-inline' is required to run the inline tracking script. Alternatively, set up the first-party proxy and connect only to your own domain.
Need help?
Email support@antlytics.com with your site ID and page URL.
Something missing? Get in touch and we will update these docs.