
We use local storage instead of cookies, which will ensure that our interactive experiences work correctly and can be embedded on pwc.com, but still allow us to collect some information on how visitors interact with our site, if they provide their consent.
The localStorage and sessionStorage properties store information about the session in the browser.
Here's a handy table of what our interactive experiences store in the browser's local storage:
Key | Value(s) | Purpose |
---|---|---|
domain_tracker/[account-slug]/[experience-slug] | user_token: string | User token for tracking individual users across experience visits |
experience_tracker/[account-slug]/[experience-slug] | initial_referrer: string, initial_referring_domain: string | Full URL of the referring page, domain of the referring page |