page event records whenever a user views a page on your website or a screen in your mobile app. Both the web SDK and mobile SDK emit page events with channel set to "web" or "mobile" respectively.
On web, page properties are automatically collected from the browser. On mobile, the screen name is mapped to page-equivalent fields (page_title, page_path, page_url) so that web and mobile views are processed through the same analytics pipeline.
Properties
On web, any non-UTM query-string parameters are also added as individual properties. The SDKs additionally auto-collect the following context fields:
Sample Payload (Web)
Sample Payload (Mobile)
Screen events from the mobile SDK are sent aspage events with channel: "mobile":