document.print - Fluid Topics - Latest

Integrate the Fluid Topics API

Category
Technical Notes
Audience
public
Version
Latest

This web application event occurs when a PRINT_USER user prints one or more topics.

This event contains the following fields:

Field Description
document An object containing information about the document.
    id The document's identifier.
    metadata A list of the document's metadata with the label and values of each key.
    title The title of the document.
    type The document's type (for example, STRUCTURED_DOCUMENT).

A table for the most common fields is in Analytics events.

Example:

[
   {
        "appName": "ft/turnkey-portal",
        "appVersion": "4.2.24",
        "contentLocale": "en-US",
        "datetime": 1701874337773,
        "id": "250c000f-b3e9-4bbb-b55a-dac5a5a80e97",
        "name": "document.print",
        "offline": false,
        "parameters": {
            "document": {
                "id": "iyUKFlL~YoOzKDi7HMpp5w",
                "title": "Fluid Topics Control File",
                "type": "STRUCTURED_DOCUMENT",
                "metadata": [
                    {
                        "key": "Product",
                        "label": "Product",
                        "values": [
                            "Fluid Topics"
                        ]
                    },
                    {
                        "key": "Version_FT",
                        "label": "Fluid Topics Version",
                        "values": [
                            "Latest"
                        ]
                    },
                    {
                        "key": "Category",
                        "label": "Category",
                        "values": [
                            "Technical Notes"
                        ]
                    },
                    {
                        "key": "audience",
                        "label": "Target Audience",
                        "values": [
                            "public"
                        ]
                    }
                ]
            }
        },
        "sessionId": "da18cd8d-b8bc-471b-ae26-4bad74ddad14",
        "tenantId": "1-stable",
        "uiLocale": "en-US",
        "user": {
            "groups": [],
            "id": "d554325-eef7-4850-93c1-cea73446582060",
            "roles": [
                "RATING_USER",
                "FEEDBACK_USER",
                "PRINT_USER"
            ]
        },
        "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36",
        "userIp": "192.168.2.3"
    }
]