Add anonymize_ip option to documentation

This commit is contained in:
Michael Rose 2018-05-03 14:31:27 -04:00
parent 13b2969bb8
commit 0723a9de3e

View file

@ -689,6 +689,7 @@ analytics:
provider: "google-gtag"
google:
tracking_id: "UA-1234567-8"
anonymize_ip: false # default
```
To use another provider not included with the theme set `provider: "custom"` then add their embed code to `_includes/analytics-providers/custom.html`.