Analytics Event Glossary

These are the analytics events that are triggered by the stock SDK UIs.

Widgets

Each widget analytics event has some common properties, found in the table below.

PropertyTypeDescription
Widget IDStringUnique identifier of the widget
Widget TypeStringKind of widget, e.g. "alert", "cheer-meter", "image-poll", etc.
Program IDStringUnique identifier of the program the widget was received on

Widget Events

Event NameDescription
widget_displayedFired when a widget becomes visible in a user's viewport. Maps to the Impressions metric. Widgets may be displayed without any interaction, this event counts exposure.
widget_interactedFired when a user submits a response on any widget type (poll vote, prediction answer, quiz answer, cheer tap, etc.). Maps to the Interactions metric and drives Engagement Percent.
widget_dismissedFired when a user explicitly closes or dismisses a widget without submitting a response. Useful for diagnosing widgets that are visible but not compelling enough to drive interaction.

Chat Rooms

Keyboard Selected

Fired every time the user opens the keyboard. Has a Keyboard Type property to represent "Sticker" or "Standard" keyboard.

Chat Messages

Each analytics event related to chat messages includes the common properties below.

PropertyTypeDescription
Chat Room IDStringUnique identifier of the chat room the message was sent to
Chat Message IDStringUnique identifier of the chat message

Chat Message Sent

Fired each time user sends a message.

PropertyTypeDescription
Sticker ShortcodesList of StringList of shortcodes of each sticker included in the message

Chat Reaction Added

Fired each time user adds reaction to a message.

PropertyTypeDescription
Chat Reaction IDStringUnique identifier of the reaction added to the message

Chat Reaction Removed

Fired each time user removes reaction from a message.

PropertyTypeDescription
Chat Reaction IDStringUnique identifier of the reaction removed from the message

Chat Reaction Panel Opened

Fired each time user opens reaction panel from a message.

PropertyTypeDescription
Chat Room IDStringUnique identifier of the chat room the message was sent to
Chat Message IDStringUnique identifier of the chat message

Chat Flag Action Selected

Fired when user clicks on flag to block a user/ reports a message.

PropertyTypeDescription
ReasonStringReason for blocking a user / reporting message

Chat Message Link Clicked

Fired each time user clicks on a link in a chat message.

PropertyTypeDescription
Chat Room IDStringUnique identifier of the chat room the message was sent to
Chat Room TitleStringTitle of the Chat room used
Chat Message IDStringUnique identifier of the chat message
Chat Message LinkStringURL of the link that was opened

Arcade Game Events

For arcade-specific analytics events, see the Arcade Analytics documentation.


What’s Next