-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathganalytics.yaml
19 lines (15 loc) · 939 Bytes
/
ganalytics.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
enabled: true # Global enable/disable the entire plugin
trackingId: "" # GA Tracking ID `REQUIRED`
position: "head" # Code Position in the HTML document
objectName: "gtag" # Name for the global (gtag) object
dnt: true # Respect Do Not Track header
blockedIps: [] # Array of blocked IP addresses
blockedIpRanges: ["private", "loopback", "link-local"] # Array of blocked IP address ranges
blockingCookie: "blockGA" # Name of a cookie blocking GA tracking
cookieConfig: false # Use custom cookie configuration
cookiePrefix: "" # Cookie name prefix
cookieDomain: "" # Cookie domain
cookieExpires: 63072000 # Expiration time in seconds (Default: 2 years)
optOutEnabled: false # enable opt out function
optOutMessage: "" # confirmation message on opt out
debugMode: false # Enable/disable Debugging