Skip to content

Configuration

Cody Cook edited this page May 23, 2025 · 1 revision

image

Minimum Requirements

Script URL

  • The Script URL must end in /api/script.js (for security purposes).

Site ID

  • Indicate the Rybbit Side ID, some numeric value of at least 1.

Advanced Settings

Automatically track SPA navigation

  • For SPAs: track page views when URL changes (using History API)

Track URL query parameters

  • Include query parameters in tracked URLs (may contain sensitive data)

Skip Patterns

  • URL patterns to exclude from tracking (one per line)
  • Use * for single segment wildcard, ** for multi-segment wildcard

Mask Patterns

  • URL patterns to anonymize in analytics (one per line)
  • E.g. /users/*/profile will hide usernames, /orders/** will hide order details

Debounce Duration (ms)

  • Default: 500ms
  • Range: 1-10000ms
  • Time to wait before tracking a pageview after URL changes

Clone this wiki locally