saved_search.delete - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

This server event occurs when a SAVED_SEARCH_USER user deletes a saved search.

This event contains the following fields:

Field Description
savedSearch An object containing information about the saved search.
     id The saved search's identifier.
     name The saved search's name.
     searchQuery Information about the query.
     terms The terms included in the query.
     facets The list of facets applied at query time. Can be null.
     lastUpdate The selected period at query time. Can be LAST_WEEK, LAST_MONTH, LAST_YEAR, CUSTOM, or null.
     searchType The search type. Can be EVERYWHERE, TITLE_ONLY, NONE, or null.
     alert Information about whether an alert was configured for the search.

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:

[
    {
        "appName": "ft/turnkey-portal",
        "appVersion": "4.1.17",
        "contentLocale": "en-US",
        "datetime": 1679319381116,
        "id": "79597441-f175-4c82-bdea-09e549e02f95",
        "name": "saved_search.delete",
        "offline": false,
        "parameters": {
            "savedSearch": {
                "id": "legacy_saved_search_1aa07528-7d16-4bb5-90f5-9fbe8c5c8e28",
                "name": "Category: \"Release Notes\"; Product: \"Fluid Topics\"",
                "searchQuery": {
                    "terms": "",
                    "facets": [
                        {
                            "key": "Product",
                            "values": [
                                "Fluid Topics"
                            ]
                        },
                        {
                            "key": "Category",
                            "values": [
                                "Release Notes"
                            ]
                        }
                    ],
                    "searchType": "EVERYWHERE"
                },
                "alert": true
            }
        },
        "sessionId": "c31cfa52-8bac-4851-9015-11fb49aaaf72",
        "tenantId": "1-stable",
        "uiLocale": "en-US",
        "user": {
            "groups": [
                "beta_user",
                "ft:authenticated"
            ],
            "id": "d55598d5-eef7-4850-93c1-cea458723",
            "roles": [
                "RATING_USER",
                "PERSONAL_BOOK_SHARE_USER",
                "PDF_EXPORT_USER",
                "PERSONAL_BOOK_USER",
                "SAVED_SEARCH_USER",
                "FEEDBACK_USER",
                "OFFLINE_USER",
                "COLLECTION_USER",
                "PRINT_USER",
                "HTML_EXPORT_USER"
            ]
        },
        "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.41",
        "userIp": "192.168.1.2"
    }
]