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.
title The title of the document.
type The document's type (for example, STRUCTURED_DOCUMENT).
metadata A list of the document's metadata with the label and values of each key.

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

Example:

[
  {
    "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"
          ]
        }
      ]
    }
  }
]