Skip to content

Commit

Permalink
[ADD/#332] add amplitude event
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 19, 2025
1 parent 68c3f4a commit f5dcadd
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@ fun StartFilteringRoute(
name = "start_service"
)
},
onLaterClick = onLaterClick,
onLaterClick = {
onLaterClick()
amplitudeTracker.track(
type = EventType.CLICK,
name = "skip_plan"
)
},
buttonState = state.isButtonVisible,
screenHeight = screenHeight,
)
Expand Down

0 comments on commit f5dcadd

Please sign in to comment.