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 Name | Event Trigger Condition | Event Properties (not included default event properties as outlined here ) | Event Description |
|---|---|---|---|
session_start | When the user starts a web session. | — | Marks the beginning of a session. |
session_stop | When the user exits the web session. |
| Tracks the total session length. |
click_play | When the user starts the game by clicking the Play button. |
| Tracks when the user starts playing. |
game_completed | When the game ends and the result screen is displayed. |
| Captures when the game is over. |
click_share | When the user clicks the Share button after the game is over (if enabled). | — | Tracks when the user shares the stats. |
click_stats | When the user clicks the Play Again button after the game is over. |
| Tracks when the user opens the stats. |
Updated 2 months ago
