Guess The Image Events

Below is a list of analytics events triggered in Guess The Image, 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 Condition

Event 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 the user starts the game by clicking the Play button.total_game_attempts(number)
pixelation_mode (boolean)
top_win_streak (number)
play_streak (number)
games_played (number)
games_won (number)
best_try (number)
Tracks when the user starts playing.
game_completedWhen the game ends and the result screen is displayed.total_game_attempts (number)
pixelation_mode (boolean)
top_win_streak (number)
play_streak (number)
games_played (number)
games_won (number)
best_try (number)
guess_result (string)
attempt_number (number)
is_journey_final_step (boolean)
Captures when the game is over.
click_shareWhen the user clicks the Share button after the game is over (if enabled).Tracks when the user shares the stats.
click_statsWhen the user clicks the Play Again button after the game is over.top_win_streak(number)
play_streak (number)
games_played (number)
games_won (number)
best_try (number)
Tracks when the user opens the stats.