Site settings
Tracking keys and rotation, timezone, path cleanup, moving a site to another workspace, and account level security.
Tracking keys
Each site has a public key (pk_live_...) that goes in your snippet. It only accepts events for your site, so exposing it in HTML is fine. If you ever want to invalidate it, rotate it from Site settings → Tracking: a new key is issued and the old one keeps working for 7 days, giving you time to deploy the change before old deployments go quiet.
Timezone
Every report on the site uses the site's timezone, set in site settings. Pick the one your team thinks in, "yesterday" should mean your yesterday.
Path cleanup
Two settings keep the pages report readable:
Excluded pathsPaths that should not be tracked at all, staging routes or admin areas.Path mappingsRoll dynamic URLs up into patterns, so/order/8f3a91counts as/order/:id.
Pausing tracking
A site can be disabled entirely from settings. Ingest stops immediately and existing data stays queryable. Enable it again and events flow as before.
Transferring a site
A site can move to another workspace without losing its data or its key. The transfer is confirmed on both ends: the current workspace owner starts it, and the receiving side confirms through an emailed link. Nothing moves until both have agreed.
Account security
Under Settings → Account you can change your email and password, enable two factor authentication (TOTP with backup codes), review active sessions and sign out other devices, and choose which emails you receive. Sessions expire after 7 days.