Pick Your Team Events
Below is a list of analytics events triggered in Pick Your Team, 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 outlinedhere ) | 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. |
visit_page | When the user visits any page. |
| Tracks user navigation between pages. |
start_create_team | When the user first adds a player. |
| Tracks team creation flow. |
team_picked | When the user saves the created team. |
| Captures when user has finalized the team. |
click_share | When the user clicks on share button after game over. | — | Tracks sharing of created teams. |
click_download | When the user clicks on download button after game over. | — | Tracks when users downloads final team. |
click_edit | When the user clicks on edit button after game over. | — | Tracks when users edit previously created teams. |
Updated 15 days ago