diff --git a/com.twin.app.shoptime/src/App/deepLinkHandler.js b/com.twin.app.shoptime/src/App/deepLinkHandler.js index 67f5e4c7..c0e47a81 100644 --- a/com.twin.app.shoptime/src/App/deepLinkHandler.js +++ b/com.twin.app.shoptime/src/App/deepLinkHandler.js @@ -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", }) );