Implementation Wizard
Create an analytics.txt file to disclose information about your service's use of analytics software and user tracking.
Presets
<%= output %>
<%= error %>
This analytics.txt file is ready for production.
Where should I put an analytics.txt file?
The preferred default location is the /.well-known/ path of your web server. If this is not ideal or possible for you, there are two alternatives:
-
Use a <link rel="analytics.txt" href="/path/to/analytics.txt"> in the head of your document.
-
Send a X-Analytics-Txt: https://www.example.com/path/to/analytics.txt HTTP header with your documents.