Limiting cookie storage for Google Analytics
This commit is contained in:
parent
eab20afe1c
commit
4b7f55382f
@ -24,7 +24,9 @@ module.exports = {
|
|||||||
options: {
|
options: {
|
||||||
trackingId: process.env.GA_PROPERTY,
|
trackingId: process.env.GA_PROPERTY,
|
||||||
anonymize: true,
|
anonymize: true,
|
||||||
respectDNT: true
|
respectDNT: true,
|
||||||
|
storeGac: false,
|
||||||
|
cookieExpires: 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user