Enable IP anonymization in Google Analytics (GDPR)

- Introduced "ga_tracking_anonymize_ip" parameter to enable/disable Google Analytics IP anonymization (to comply with GDPR).

(cherry picked from commit ce530f36fa0549c78ffe53ea6077f44f6f0b330f) (+1 squashed commit)
Squashed commits:
[69b7718] - enable GA anonymize_ip

(cherry picked from commit f2b67c632af72b61dd634b9a337200781519691e)
This commit is contained in:
Alexey Averikhin
2019-11-08 06:54:59 +01:00
committed by Konstantin
parent 8bd2da55fe
commit 25331a5ffa
3 changed files with 3 additions and 1 deletions

View File

@@ -85,4 +85,5 @@ See [Customization]({{ site.baseurl }}{% link docs/customization.md %}) for more
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
ga_tracking: UA-5555555-55
ga_tracking_anonymize_ip: true
```