table-cellsPost Interaction Embedded Widget

This widget replaces both Social Proof and Chat Preview after the user has interacted with the model. It displays the block of text from the model response and displays the model generated suggestions.

Analytics Event Triggers

Widget Rendered

This trigger occurs when the widget is rendered on the screen. It will still trigger if the widget is covered up by other content or is hidden through the use of opacity or other visual tricks.

Event: [Spiffy] Chat Component Visible

Property
Value

chat_component_visible.chat_component

embedded_widget


Widget Clicked

This trigger occurs when the user clicks on any of the rendered text or the User Query Button to open the floating chat.

Event: [Spiffy] Chat Component Expanded

Property
Value

chat_component_expanded.message_metadata

{ "trigger_location": "chat_preview" }


Widget Suggestion Clicked

This trigger event fires when someone clicks one of the suggestions rendered within the widget.

Two events fire on suggestion click.

Event 1: [Spiffy] Chat Suggestion Clicked

Property
Value

chat_suggestion_clicked.message_id

<message_id>

chat_suggestion_clicked.message_role

user

chat_suggestion_clicked.message_type

suggestion_clicked

chat_suggestion_clicked.message_metadata

{ "content": <suggestion_text>, "created_at": <current_time>, "category": "no_context", "is_answer": false, "display_location": "chat_preview" }

Event 2: [Spiffy] Chat Component Expanded

Property
Value

chat_component_expanded.message_metadata

{ "trigger_location": "chat_preview" }


Widget Hovered

This trigger occurs when the user hovers over the widget. It is not currently emitting any analytics events.

None — not currently tracked.


This trigger event is fired when someone clicks on a text link within the response text. It is not currently emitting any analytics events.

None — not currently tracked.

Last updated