통합로그피드백 AL_SHELF_CONTENT_CLICK - category 값 호출

This commit is contained in:
opacity@t-win.kr
2025-07-16 14:12:49 +09:00
parent 3ca9577744
commit 5aa14f5fe8
2 changed files with 3 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ export default memo(function TItemCard({
price: originalPrice,
discount: discountRate,
location: order,
category: catNm,
category: category ? category : catNm,
contentTitle: contentTitle,
curationId: curationId,
curationTitle: curationTitle,

View File

@@ -124,7 +124,6 @@ export default function FeaturedBestSellerList({
return;
}
}, [cursorVisible, handleItemFocus]);
const renderItem = useCallback(
({ index, ...rest }) => {
const {
@@ -137,6 +136,7 @@ export default function FeaturedBestSellerList({
rankOrd,
patncNm,
brndNm,
lgCatNm,
} = brandBestSellerInfo[index];
const rankText =
rankOrd === 1
@@ -149,6 +149,7 @@ export default function FeaturedBestSellerList({
return (
<TItemCard
catNm={lgCatNm}
contextName={LOG_CONTEXT_NAME.FEATURED_BRANDS}
messageId={LOG_MESSAGE_ID.SHELF_CLICK}
order={rankOrd}