This server event occurs when a PERSONAL_BOOK_USER
user updates a personal book.
This event contains the following fields:
Field | Description |
---|---|
document |
An object containing information about the personal book. |
id |
The personal book's identifier. |
title |
The personal book's title. |
type |
The personal book's type. For this event, the value is always PERSONAL_BOOK . |
metadata |
A list of the personal book's metadata with the label and values of each key. |
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:
[
{
"document": {
"id": "c79bcfa0-ea9f-4dc7-b8d7-5a94e98006ab",
"title": "demob press",
"type": "PERSONAL_BOOK",
"metadata": []
}
}
]