Ripe.page

Set up to start sending your page view events to Ripe

Use page calls to track what pages your users visit. This is should be called on each page load in a traditional web page and on route changes in SPA applications.

Ripe.page(page_object)
 page_object: {
  category?: string
  name?: string
  properties?: Record<string, unknown>
 }
KeyExplanation

category

Some type of category you want to group the page in. For example "Website" or "iOS app".

name

The name of the page. For example "Signup" or "Settings"

Last updated