|
|
|
@ -17,8 +17,11 @@ if (domains[window.location.hostname]) { |
|
|
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
|
|
|
|
_paq.push(["setExcludedQueryParams", ["code","gist"]]); |
|
|
|
|
_paq.push(["setExcludedReferrers", ["etherscan.io"]]); |
|
|
|
|
_paq.push(['disableCookies']); |
|
|
|
|
_paq.push(['enableJSErrorTracking']); |
|
|
|
|
// require user tracking consent before processing data
|
|
|
|
|
_paq.push(['requireConsent']); |
|
|
|
|
// OR require user cookie consent before storing any cookies
|
|
|
|
|
_paq.push(['requireCookieConsent']); |
|
|
|
|
_paq.push(['trackPageView']); |
|
|
|
|
_paq.push(['enableLinkTracking']); |
|
|
|
|
_paq.push(['enableHeartBeatTimer']); |
|
|
|
|