Guess What Events

Below is a list of analytics events triggered in Guess What, along with their details.

Note: For a practical implementation reference, explore our demo, where event listeners have been integrated and forwarded to Google Analytics (GA).

Event List

Event NameEvent Trigger ConditionEvent Properties
(not included default event properties as outlined here )
Event Description
session_startWhen the user starts a web session.Marks the beginning of a session.
session_stopWhen the user exits the web session. duration (in seconds)Tracks the total session length.
click_playWhen users starts the game by clicking on play button.Tracks when started playing.
game_completedWhen game is over and result screen is displayed.give_up (boolean)
is_winner (boolean)
number_of_questions (number)
tags (string)
accuracy (number)
is_journey_final_step (boolean)
hints_used (boolean)
Captures when the game is over.
click_shareWhen user clicks on share button after game over (if enabled)Tracks when user shares the stats.
click_play_againWhen user clicks on play again button after game over.Tracks when attempts play again.
click_play_moreWhen user clicks on play more button after game over.Tracks when user explores play more.