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 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.
visit_pageWhen the user visits any page.page_nameTracks user navigation between pages.
start_create_teamWhen the user first adds a player.team_name (custom name of the team)
choosen_team (name of the team ex. Chelsea)
fixture_detail(details of the fixture)
Tracks team creation flow.
team_pickedWhen the user saves the created team.team_name,
choosen_team,
fixture_detail,
time_spent (time to complete team creation from start_create_team to create_team_successfully),
selected_players (list of selected players),
is_journey_final_step (boolean)
Captures when user has finalized the team.
click_shareWhen the user clicks on share button after game over.Tracks sharing of created teams.
click_downloadWhen the user clicks on download button after game over.Tracks when users downloads final team.
click_editWhen the user clicks on edit button after game over.Tracks when users edit previously created teams.