Overview

Events reported by the Rover SDK are stored in a Google BigQuery database. Each event type is stored in its own table.

As a Rover customer, you have access to your private dataset containing all the events generated from your app. This documentation lists the events captured by the Rover SDK out of the box and provides a detailed description of the schema for each event.


Custom Events

In addition to the events listed here, you can also capture custom events that are meaningful to your application. These events can originate from a user performing an action within your app (e.g. Signed In) or they can originate from an external system such as an e-commerce platform (e.g. Product Purchased).

Custom events can have meaningful data attached to them such as the product that was purchased or the email address used to sign in.