[통합로그]livechannels 로그 수정

This commit is contained in:
opacity@t-win.kr
2025-12-05 13:27:48 +09:00
parent f140210234
commit 9acbab834b

View File

@@ -25,7 +25,11 @@ import {
finishVideoPreview, finishVideoPreview,
startVideoPlayer, startVideoPlayer,
} from "../../../../actions/playActions"; } 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 { $L } from "../../../../utils/helperMethods";
import css from "./LiveChannelsVerticalContents.module.less"; import css from "./LiveChannelsVerticalContents.module.less";
import LiveChannelsVerticalProductList from "./LiveChannelsVerticalProductList/LiveChannelsVerticalProductList"; import LiveChannelsVerticalProductList from "./LiveChannelsVerticalProductList/LiveChannelsVerticalProductList";
@@ -175,10 +179,14 @@ const LiveChannelsVerticalContents = ({
dispatch( dispatch(
sendLogTotalRecommend({ sendLogTotalRecommend({
contextName: LOG_CONTEXT_NAME.FEATURED_BRANDS,
messageId: LOG_MESSAGE_ID.SHELF_CLICK,
partner: chanNm, partner: chanNm,
shelfLocation: shelfOrder, shelfLocation: shelfOrder,
shelfId: spotlightId, shelfId: spotlightId,
shelfTitle: shelfTitle, shelfTitle: shelfTitle,
showId: showId,
showTitle: showNm,
contentId: showId, contentId: showId,
contentTitle: showNm, contentTitle: showNm,
brand: brndNm, brand: brndNm,