Event Properties
| Field | Value |
|---|---|
event | "settings.onboardingContinued" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
step | "country" | "specialty" | "microphone" | Which step the user advanced to |
Example
{
"event": "settings.onboardingContinued",
"confidential": false,
"payload": {
"step": "microphone"
}
}
| Field | Type | Description |
|---|---|---|
step | "country" | "specialty" | "microphone" | Which step the user advanced to |
Example
{
"event": "settings.onboardingContinued",
"confidential": true,
"payload": {
"step": "microphone"
}
}