Documentation Index
Fetch the complete documentation index at: https://revlytics.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Add thedata-allowed-hostnames attribute with a comma-separated list of domains:
How it works
When a user clicks a link to an allowed hostname, Revlytics appends the current visitor ID (_rvl_vid) and session ID (_rvl_sid) as URL parameters. The receiving page picks up these IDs and continues the session.
Requirements
- The same
data-siteID must be used on all domains - The Revlytics script must be installed on all domains
- All domains must be listed in
data-allowed-hostnameson each domain
Same-site subdomains
For subdomains of the same root domain (e.g.,app.example.com and docs.example.com), cookies may already be shared depending on your cookie configuration. Cross-domain tracking provides a reliable fallback.