* Add cross subdomain tracking * Add cross subdomain tracking * Enable crossdomain linking * Move crossdomain code to a better place * Remove subdomain from site title * Fix all subdomains parameter * Be more specific in subdomain tracking description * Add user ID tracking * Handle whitespace around user id field * Exclude some groups from tracking * Add exmaple groups to exclude from tracking * Fix whitespace handling in user ID tracking * Fix null reference on anonymous users
20 lines
575 B
YAML
20 lines
575 B
YAML
host_url:
|
|
type: string
|
|
default: ''
|
|
description: Host URL without http:// or https://
|
|
website_id:
|
|
type: string
|
|
default: ''
|
|
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.
|