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,