This server event occurs when a PERSONAL_BOOK_USER
user creates a personal topic.
This event contains the following fields:
Field | Description |
---|---|
personalTopic |
An object containing information about the personal topic. |
id |
The personal topic's identifier. |
name |
The personal topic's name. |
Since this event originates from the server and not the web application, it is not possible to listen to it.
A table for the most common fields is in Analytics events.
Example:
[
{
"personalTopic": {
"id": "09a114c7-78df-4d9b-a963-29ca44304cf8",
"name": "intro"
}
}
]