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 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. |
view_fixture | When the user views a fixture card. |
| Captures when users view match fixtures. |
interact_fixture | When the user interacts with a fixture card. |
| Tracks interactions like making or editing predictions. |
widget_viewed | When the user views a question widget. |
| Tracks when users see a prediction question. |
widget_interacted | When the user submits a response to a widget. |
| Captures user engagement with prediction widgets. |
prediction_result | When the user views the prediction follow-up widget. |
| Tracks when users see their prediction results. |
nickname_change | When the user confirms a nickname change. |
| Logs nickname changes if applicable. |
click_sponsor | When the user clicks a sponsor logo (if clickable). |
| Tracks sponsor interactions. |
Updated 20 days ago