[통합로그] webOS > shoptime 진입점 정보수집

This commit is contained in:
opacity@t-win.kr
2025-12-04 15:24:21 +09:00
parent 5e823b8e03
commit eb1be273e3

View File

@@ -1,4 +1,3 @@
import { updateHomeInfo } from "../actions/homeActions"; import { updateHomeInfo } from "../actions/homeActions";
import { pushPanel } from "../actions/panelActions"; import { pushPanel } from "../actions/panelActions";
import { import {
@@ -252,18 +251,20 @@ export const handleDeepLink = (contentTarget) => (dispatch, _getState) => {
// break; // break;
} }
// 251204 [통합로그] webOS 에서 shoptime 진입점 정보 수집
dispatch( dispatch(
sendLogTotalRecommend({ sendLogTotalRecommend({
contextName: LOG_CONTEXT_NAME.ENTRY, contextName: LOG_CONTEXT_NAME.ENTRY,
messageId: LOG_MESSAGE_ID.ENTRY_INFO, messageId: LOG_MESSAGE_ID.ENTRY_INFO,
deeplink: deeplinkPanel, entryMenu: linkTpNm,
curationId: curationId ? curationId : showId, deeplink: type,
productId: prdtId, linkTypeCode: linkTpCd,
partnerID: patnrId, curationId: curationId,
showId: showId, showId: showId,
channelId: chanId, channelId: chanId,
productId: prdtId,
category: lgCatNm, category: lgCatNm,
linkTypeCode: linkTpCd, firstYn: isFirstLaunch ? "Y" : "N",
}) })
); );