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