Project Selection Details Viewed Hyperskill Analytic Event
class ProjectSelectionDetailsViewedHyperskillAnalyticEvent(projectId: Long, trackId: Long) : HyperskillAnalyticEvent
Represents a view analytic event for the projects selection details screen.
JSON payload:
{
"route": "/projects/261?track=18",
"action": "view"
}
Content copied to clipboard
Parameters
project Id
The project id where the event was triggered.
track Id
The track id where the event was triggered.
See also
Properties
Link copied to clipboard
Event action, for example: click
, view
.
Link copied to clipboard
Event part where action occurred, for example: main
, step_hints
.
Link copied to clipboard
Event route path, for example: /home
, /onboarding
.
Link copied to clipboard
Link copied to clipboard
Target that triggered event, for example: send
, refresh
.