Play Predictor Events

Below is a list of analytics events triggered in Play Predictor, 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_name
(fixtures, predictor_play, predictor_edit_predictions, predictor_see_results, predictor_awaiting_results, welcome, info, profile, leaderboard)
Tracks user navigation between pages.
view_fixtureWhen the user views a fixture card.fixture_details
(team names, date, start time)
fixture_state
(predict_now, edit_now, awaiting_results, see_results, upcoming/locked)
ll_program_name
ll_program_id
Captures when users view match fixtures.
interact_fixtureWhen the user interacts with a fixture card.fixture_details
fixture_state (play, edit_prediction, awaiting_results, locked, see_results)
ll_program_name
ll_program_id
Tracks interactions like making or editing predictions.
widget_viewedWhen the user views a question widget.widget_type (image prediction, text quiz, text_prediction_follow_up)
widget_state (active, submitted, expired, result)
question_type (head-to-head, slider, match score)
question_name
ll_program_name
ll_program_id
Tracks when users see a prediction question.
widget_interactedWhen the user submits a response to a widget.widget_type (image prediction, text quiz, text_poll)
widget_state
question_type
question_name
option_index
option_submitted
ll_program_name
ll_program_id
Captures user engagement with prediction widgets.
prediction_resultWhen the user views the prediction follow-up widget.widget_type (image_prediction_follow_up, text_prediction_follow_up)
question_type
question_name
option_submitted
is_correct (true/false)
ll_program_name
ll_program_id
Tracks when users see their prediction results.
nickname_changeWhen the user confirms a nickname change.source_page (welcome, profile)
old_name
new_name
Logs nickname changes if applicable.
click_sponsorWhen the user clicks a sponsor logo (if clickable).sponsor_id
sponsor_name
sponsor_url
Tracks sponsor interactions.