chore: update example configuration to patch validation schema

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id7b0fde6295fe48e2e766b9d538d3fb06a6a6964
This commit is contained in:
raf 2026-03-01 17:18:36 +03:00
commit 4fba5e5ea3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -1,8 +1,14 @@
# Watchdog Analytics Configuration Example
site:
# Your site's primary domain (required)
domain: "example.com"
# Domains to track (required)
# 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)
# Options: "daily", "hourly"
@ -23,6 +29,11 @@ site:
# "off" - don't collect referrer data
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:
- "signup"