[통합로그API No.42] webOS Home에서 ShopTime 진입시 진입점 로그 정보 수집

This commit is contained in:
dongyoungKo
2025-05-23 14:54:38 +09:00
parent f46368e956
commit 34db8a499f
4 changed files with 50 additions and 4 deletions

View File

@@ -601,6 +601,7 @@ export const LOG_CONTEXT_NAME = {
SEARCH: "shoptime.search",
THEME_CURATION: "shoptime.themeCuration",
CATEGORY: "shoptime.category",
ENTRY: "shoptime.entry",
};
export const LOG_MESSAGE_ID = {
@@ -622,4 +623,5 @@ export const LOG_MESSAGE_ID = {
HOTPICKS_CLICK: "AL_HOTPICKS_CLICK",
SEARCH_RESULT_CLICK: "AL_SEARCH_RESULT_CLICK",
SEARCH_ITEM: "AL_SEARCH_ITEM",
ENTRY_INFO: "AL_APP_ENTRY_INFO",
};