Project
    class ProjectSelectionDetailsClickedSelectThisProjectHyperskillAnalyticEvent(projectId: Long, trackId: Long) : HyperskillAnalyticEvent
Represents an analytic event for clicking on a select this project button in the project selection details screen.
JSON payload:
{
    "route": "/projects/261?track=18",
    "action": "click",
    "part": "main",
    "target": "select_this_project"
}Content copied to clipboard
Parameters
project
The project id where the event was triggered.
track
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.