site

personal website, served at mordaunt.dev/site
Log | Files | Refs

wideangle.md (960B)


      1 # Wide Angle Analytics
      2 
      3 Wide Angle Analytics is strictly **GDPR** compliant, privacy-first web analytics. Head to [wideangle.co](https://wideangle.co/) and create you free trial account now. 
      4 
      5 ## Configuration
      6 
      7 Built in template supports following configuration options:
      8 
      9 param | description | required | default 
     10 ------|-------------|----------|--------
     11 siteID| A site ID from [Wide Angle site](https://wideangle.co/documentation/web-analytics-for-your-website)| :white_check_mark: | n/a
     12 serverURL | [Domain](https://wideangle.co/documentation/track-with-custom-domain) with which the WAA is configured with | :x: | stats.wideangle.co 
     13 fingerprint | Enable advanced session fingerprint; requires user consent | :x: | false
     14 supressDNT | Ignore Do-Not-Track setting in the browser | :x: | false
     15 
     16 
     17 ## Example
     18 
     19 ```toml
     20 [params.wideAngleAnalytics]
     21   siteID = "1D4EG3B9ACA03F4243"
     22   serverURL = "fyi.wideangle.co"
     23   fingerprint = "false"
     24   supressDNT = "false"
     25 ```