personal_topic.update - Fluid Topics - Latest

Fluid Topics Analytics Guide

Category
Reference Guides
Audience
public
Version
Latest

This server event occurs when a PERSONAL_BOOK_USER user updates 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": "a665707a-cff2-450a-b323-2f2fa53c72c1",
      "name": "My personal topic"
    }
  }
]