2018-10-22 22:20:33 -04:00
|
|
|
host_url:
|
|
|
|
|
type: string
|
|
|
|
|
default: ''
|
|
|
|
|
description: Host URL without http:// or https://
|
|
|
|
|
website_id:
|
|
|
|
|
type: string
|
|
|
|
|
default: ''
|
2019-09-19 13:04:24 -04:00
|
|
|
exclude_groups:
|
|
|
|
|
type: string
|
|
|
|
|
default: ''
|
|
|
|
|
description: Comma separated list of groups to exclude from tracking such as admins, staff.
|
|
|
|
|
user_id_tracking:
|
|
|
|
|
type: string
|
|
|
|
|
default: ''
|
|
|
|
|
description: An indentifying field name on the current user object such as id, username or external_id.
|
|
|
|
|
subdomain_tracking:
|
|
|
|
|
type: bool
|
|
|
|
|
default: false
|
|
|
|
|
description: Track visitors across main domain & subdomains, assuming discourse is on a subdomain.
|
2022-10-04 15:25:56 +02:00
|
|
|
do_not_track:
|
|
|
|
|
type: bool
|
|
|
|
|
default: false
|
|
|
|
|
description: So tracking requests will not be sent if visitors do not wish to be tracked.
|
|
|
|
|
disable_cookies:
|
|
|
|
|
type: bool
|
|
|
|
|
default: false
|
|
|
|
|
description: Disables all first party cookies. Existing Matomo cookies for this website will be deleted on the next pageview.
|