[통합로그] webOS > shoptime 진입점 정보수집
This commit is contained in:
@@ -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",
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user