Request Review Modal Click Hyperskill Analytic Event
class RequestReviewModalClickHyperskillAnalyticEvent(val route: HyperskillAnalyticRoute, val target: HyperskillAnalyticTarget) : HyperskillAnalyticEvent
Represents a common click analytic event for the request review modal.
Click on the "Yes" button:
{
"route": "/learn/step/1",
"action": "click",
"part": "request_review_modal",
"target": "yes"
}
Content copied to clipboard
Click on the "No" button:
{
"route": "/learn/step/1",
"action": "click",
"part": "request_review_modal",
"target": "no"
}
Content copied to clipboard
Click on the "Write a request" button:
{
"route": "/learn/step/1",
"action": "click",
"part": "request_review_modal",
"target": "write_a_request"
}
Content copied to clipboard
Click on the "Maybe later" button:
{
"route": "/learn/step/1",
"action": "click",
"part": "request_review_modal",
"target": "maybe_later"
}
Content copied to clipboard
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
.