simoncor.net/themes/hugo-coder/docs/analytics/wideangle.md
Simon Cornet 956e73d0e4
All checks were successful
Build and Publish / Build (push) Successful in 5s
Build and Publish / Deployment (push) Successful in 58s
[hugo] feat: update
2024-08-26 17:13:18 +02:00

960 B

Wide Angle Analytics

Wide Angle Analytics is strictly GDPR compliant, privacy-first web analytics. Head to wideangle.co and create you free trial account now.

Configuration

Built in template supports following configuration options:

param description required default
siteID A site ID from Wide Angle site n/a
serverURL Domain with which the WAA is configured with stats.wideangle.co
fingerprint Enable advanced session fingerprint; requires user consent false
supressDNT Ignore Do-Not-Track setting in the browser false

Example

[params.wideAngleAnalytics]
  siteID = "1D4EG3B9ACA03F4243"
  serverURL = "fyi.wideangle.co"
  fingerprint = "false"
  supressDNT = "false"