diff options
Diffstat (limited to 'assets/js/ga.js')
| -rw-r--r-- | assets/js/ga.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/js/ga.js b/assets/js/ga.js index c7a174c..6375501 100644 --- a/assets/js/ga.js +++ b/assets/js/ga.js @@ -1,4 +1,4 @@ -import {analyticsCode, anonymizeIp} from '@params'; +import {analyticsCode} from '@params'; let dataLayer; @@ -126,7 +126,6 @@ if (isDoNotTrackEnabled()) { // Setup the project analytics code and send a pageview gtag('config', analyticsCode, { - 'anonymize_ip': anonymizeIp, 'cookie_expires': month }); |
