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.

duration (in seconds)

Tracks the total session length.

visit_page

When the user visits any page.

page_name

Tracks user navigation between pages.

start_create_team

When 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_picked

When 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_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.