-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Cody Cook edited this page May 23, 2025
·
1 revision

- The Script URL must end in /api/script.js (for security purposes).
- Indicate the Rybbit Side ID, some numeric value of at least 1.
- For SPAs: track page views when URL changes (using History API)
- Include query parameters in tracked URLs (may contain sensitive data)
- URL patterns to exclude from tracking (one per line)
- Use
*for single segment wildcard,**for multi-segment wildcard
- URL patterns to anonymize in analytics (one per line)
- E.g.
/users/*/profilewill hide usernames,/orders/**will hide order details
- Default: 500ms
- Range: 1-10000ms
- Time to wait before tracking a pageview after URL changes