Skip to content

Commit

Permalink
chore: Remove CAMPUS_dining_1 logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kongwoojin committed Jan 25, 2025
1 parent 312ffde commit 9f05bca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ object AnalyticsConstant {

const val MENU_SHARE = "menu_share"

const val CAMPUS_DINING_1 = "CAMPUS_dining_1"
const val APP_MAIN_NOTICE_DETAIL = "app_main_notice_detail"
const val POPULAR_NOTICE_BANNER = "popular_notice_banner"
const val TO_MANAGE_KEYWORD = "to_manage_keyword"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,6 @@ class MainActivityViewModel @Inject constructor(
val diningABTestExperimentGroup = flow {
abTestUseCase(Experiment.MAIN_DINING_SEE_MORE.experimentTitle).onSuccess {
emit(it)
when (it) {
ExperimentGroup.MAIN_DINING_NEW -> {
EventLogger.logABTestEvent(
"a/b test 로깅(식단 메인 진입점)",
AnalyticsConstant.Label.CAMPUS_DINING_1,
"더보기O"
)
}

ExperimentGroup.MAIN_DINING_ORIGINAL -> {
EventLogger.logABTestEvent(
"a/b test 로깅(식단 메인 진입점)",
AnalyticsConstant.Label.CAMPUS_DINING_1,
"더보기X"
)
}
}
}.onFailure {
emit(Experiment.MAIN_DINING_SEE_MORE.experimentGroups.first())
}
Expand Down

0 comments on commit 9f05bca

Please sign in to comment.