Skip to main content
This event is emitted when users interact with the home navigation elements:
  • Clicking the Omni logo
  • Clicking the home link in the header
Use this event to track when users navigate to the home page or to trigger custom navigation behaviors in your embedding application.

Payload

This event carries an empty payload and serves as a notification signal only.
{}

Example

When a user clicks the logo or home link, Omni emits:
{
  "name": "navigation:home",
  "payload": {}
}