forked from escopecz/grav-ganalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ganalytics.yaml
24 lines (20 loc) · 1.26 KB
/
ganalytics.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
enabled: true # Global enable/disable the entire plugin
trackingId: "" # GA Tracking ID `REQUIRED`
position: "head" # Code Position in the HTML document
objectName: "ga" # Name for the global (ga) object
forceSsl: true # Enable/Disable SSL
async: false # Enable/Disable Asynchronously Tracking
anonymizeIp: true # Enable/Disable IP Anonymization
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 (opt out)
blockingCookieAllowValue: "" # Value of this cookie to allow GA tracking (opt in)
cookieConfig: false # Use custom cookie configuration
cookieName: "_ga" # Cookie name
cookieDomain: "" # Cookie domain
cookieExpires: 63072000 # Expiration time in seconds (Default: 2 years)
optOutEnabled: false # enable opt out javascript functions
optOutMessage: "" # confirmation message on opt out
optOutRevertMessage: "" # confirmation message on reverting opt out
debugStatus: false # Enable/disable Debugging
debugTrace: false # Enable/Disable Trace Debugging