From eb1be273e37ef48052a8b4b2751bf3ab3830c167 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Thu, 4 Dec 2025 15:24:21 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B8]=20webOS?= =?UTF-8?q?=20>=20shoptime=20=EC=A7=84=EC=9E=85=EC=A0=90=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=EC=88=98=EC=A7=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/App/deepLinkHandler.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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", }) );