chore: update example configuration to patch validation schema
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id7b0fde6295fe48e2e766b9d538d3fb06a6a6964
This commit is contained in:
parent
bf8390a916
commit
4fba5e5ea3
1 changed files with 13 additions and 2 deletions
|
|
@ -1,8 +1,14 @@
|
||||||
# Watchdog Analytics Configuration Example
|
# Watchdog Analytics Configuration Example
|
||||||
|
|
||||||
site:
|
site:
|
||||||
# Your site's primary domain (required)
|
# Domains to track (required)
|
||||||
domain: "example.com"
|
# For single-site analytics, use a single domain:
|
||||||
|
domains:
|
||||||
|
- "example.com"
|
||||||
|
# For multi-site analytics, add multiple domains:
|
||||||
|
# - "example.com"
|
||||||
|
# - "blog.example.com"
|
||||||
|
# - "shop.example.com"
|
||||||
|
|
||||||
# Salt rotation for IP hashing (optional, default: daily)
|
# Salt rotation for IP hashing (optional, default: daily)
|
||||||
# Options: "daily", "hourly"
|
# Options: "daily", "hourly"
|
||||||
|
|
@ -23,6 +29,11 @@ site:
|
||||||
# "off" - don't collect referrer data
|
# "off" - don't collect referrer data
|
||||||
referrer: "domain"
|
referrer: "domain"
|
||||||
|
|
||||||
|
# Domain tracking (for multi-site analytics)
|
||||||
|
# Set to true to add "domain" dimension to pageview metrics
|
||||||
|
# Only useful when tracking multiple domains
|
||||||
|
domain: false
|
||||||
|
|
||||||
# Custom events to track (optional)
|
# Custom events to track (optional)
|
||||||
custom_events:
|
custom_events:
|
||||||
- "signup"
|
- "signup"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue