통합로그피드백 AL_SHELF_CONTENT_CLICK - category 값 호출
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user