remiders 로그 수정
This commit is contained in:
@@ -590,7 +590,7 @@ export const LOG_CONTEXT_NAME = {
|
||||
SHOW: "shoptime.show",
|
||||
SHOPBYMOBILE: "shoptime.shopbymobile",
|
||||
GNB: "shoptime.gnb",
|
||||
DETAILPAGE: "shoptime.detailpage",
|
||||
REMINDER: "shoptime.reminder",
|
||||
MYPAGE: "shoptime.mypage",
|
||||
};
|
||||
|
||||
@@ -604,5 +604,6 @@ export const LOG_MESSAGE_ID = {
|
||||
SMB: "AL_SBM",
|
||||
GNB: "AL_GNB_CLICK",
|
||||
BUTTONCLICK: "AL_BUTTON_CLICK",
|
||||
TOGGLE_CLICK: "AL_TOGGLE_CLICK",
|
||||
MYPAGE_DELETE: "AL_MYPAGE_DELETE",
|
||||
};
|
||||
|
||||
@@ -140,8 +140,8 @@ export default function Reminders({ title, cbScrollTo }) {
|
||||
setUseAlarm(!useAlarm);
|
||||
dispatch(sendLogTotalRecommend({
|
||||
status: flag === "N" ? "Off" : "On",
|
||||
contextName: Config.LOG_CONTEXT_NAME.MYPAGE,
|
||||
messageId: Config.LOG_MESSAGE_ID.MYPAGE_DELETE
|
||||
contextName: Config.LOG_CONTEXT_NAME.REMINDER,
|
||||
messageId: Config.LOG_MESSAGE_ID.TOGGLE_CLICK
|
||||
}))
|
||||
dispatch(
|
||||
sendLogMyPageAlertFlag({
|
||||
|
||||
Reference in New Issue
Block a user