From 9acbab834b397830796336f8da57577099af5c76 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Fri, 5 Dec 2025 13:27:48 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B8]livechann?= =?UTF-8?q?els=20=EB=A1=9C=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LiveChannelsVerticalContents.jsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx index b961203f..e2f41402 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalContents.jsx @@ -25,7 +25,11 @@ import { finishVideoPreview, startVideoPlayer, } from "../../../../actions/playActions"; -import { panel_names } from "../../../../utils/Config"; +import { + LOG_CONTEXT_NAME, + LOG_MESSAGE_ID, + panel_names, +} from "../../../../utils/Config"; import { $L } from "../../../../utils/helperMethods"; import css from "./LiveChannelsVerticalContents.module.less"; import LiveChannelsVerticalProductList from "./LiveChannelsVerticalProductList/LiveChannelsVerticalProductList"; @@ -175,10 +179,14 @@ const LiveChannelsVerticalContents = ({ dispatch( sendLogTotalRecommend({ + contextName: LOG_CONTEXT_NAME.FEATURED_BRANDS, + messageId: LOG_MESSAGE_ID.SHELF_CLICK, partner: chanNm, shelfLocation: shelfOrder, shelfId: spotlightId, shelfTitle: shelfTitle, + showId: showId, + showTitle: showNm, contentId: showId, contentTitle: showNm, brand: brndNm,