yomaylike 요청 수정

This commit is contained in:
Dev TWIN0906
2025-05-12 14:35:38 +09:00
parent e2b45bc08b
commit 84bc71f5b0
7 changed files with 95 additions and 40 deletions

View File

@@ -584,9 +584,14 @@ export const ERROR_MESSAGES_GROUPS = [
export const LOG_CONTEXT_NAME = {
HOME: "shoptime.home",
CHECKOUT: "shoptime.checkout",
PINCODE: "shoptime.pincode",
YOUMAYLIKE: "shoptime.youmayalsolike",
};
export const LOG_MESSAGE_ID = {
HOME: "AL_HOME_SHOWN",
BANNER: "AL_BANNER_SHOWN",
PINCODE: "AL_PINCODE_BUTTON",
CONTENTCLICK: "AL_PAGE_CONTENT_CLICK",
};