custom_event.trigger - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web application event is intended for integration developers and can be used to store events occurring on Page designer components. This event can be retrieved using the Retrieve event web service.

It is also possible to trigger the custom_event.trigger event through the Trigger custom Analytics event JavaScript method in Custom components.

This event contains the following fields:

Field Description
eventName Information about the custom name of the event. The string format accepts alphanumeric characters and the following special characters: _, -, and /. The maximum length of eventName is 100 characters.
componentId This optional field contains information about the component which triggered the event. The string format accepts alphanumeric characters and the following special character: -. The maximum length of componentId is 100 characters.
page An object containing information about the displayed page.
id The page's identifier.
type The page's type. The type can be designedHomePage, designedPage, designedReaderPage, designedSearchPage, homePage, readerPage, searchPage, viewerPage.
url The URL path used to access the page.
name The page's name.
language The language defined for the page if it is a designed page.