Skip to content

Commit

Permalink
[FEAT/#300] 탐색 배너 엠플리튜드 이벤트
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Nov 19, 2024
1 parent 615ada1 commit ea8813e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@ fun SearchRoute(
},
navigateToIntern = navigateToIntern,
onAdvertisementClick = { pageIndex ->
CustomTabsIntent.Builder().build().launchUrl(context, SearchViewModel.bannerList[pageIndex].url.toUri())
amplitudeTracker.track(
type = EventType.CLICK,
name = "click_quest_bannner"
)
CustomTabsIntent.Builder().build()
.launchUrl(context, SearchViewModel.bannerList[pageIndex].url.toUri())
}
)
}
Expand Down

0 comments on commit ea8813e

Please sign in to comment.