Tab URL changed

Record when a user navigates to another page.

This event tracks when a user navigates to another page in the same tab.

Croct's mascot amazed
Automatically tracked

The SDK automatically tracks this event when a user navigates between pages in the same tab.

Input properties

This event has no input properties.

Processed properties

These properties are automatically tracked:

tabId
string

The unique identifier of the tab, which is a random UUID.

url
string

The URL of the page the user navigated to.

Payload examples

Below are some payload examples for this event:

12345
{
"type": "tabUrlChanged",
"tabId": "b1f9ca15-51f9-4e8d-9e3a-53e234e17687",
"url": "https://example.com/signup"
}