Replayful
Sign inGet started

Filter URL params

Every filter on the sessions and analytics tabs is encoded in the URL. Deep-link or bookmark any view; share filtered URLs with teammates and they'll see exactly what you saw.

Sessions tab

/projects/<id>?tab=sessions
  &from=7d           # today | 24h | 7d | 30d | all | ISO yyyy-mm-dd
  &to=2026-05-28     # ISO yyyy-mm-dd, paired with custom from
  &url=…             # canonical URL filter
  &visitor=…         # visitor ID filter
  &device=mobile     # mobile | tablet | desktop
  &country=ZA        # ISO 3166 alpha-2
  &utm=Meta          # utm_source filter
  &sort=events       # recent | events
  &group=visitor     # none | url | visitor
  &empty=1           # include sessions with 0 events
  &status=ok         # ok (hide 4xx/5xx) | broken | all
  &bounce=only       # only | engaged | all

Analytics tab

Shares from and to with the sessions tab, so switching tabs preserves the date range.

/projects/<id>?tab=analytics
  &from=30d
  &to=2026-05-28

Per-page detail

/projects/<id>/analytics/page
  ?u=https%3A%2F%2Forykl.com%2Forykl-sessions
  &from=30d

The u param is the URL-encoded canonical URL of the page. Get it from the chart-icon link beside any session URL on the sessions list.

Defaults

  • from defaults to 30d when omitted.
  • group defaults to visitor.
  • status defaults to ok (4xx / 5xx are hidden by default).
  • sort defaults to recent.
  • empty defaults off (zero-event sessions hidden).