Home 통합로그 누락 된 데이터 추가 및 오타수정

This commit is contained in:
dongyoungKo
2025-05-27 10:37:47 +09:00
parent 5b6a98cb20
commit 3ff713efbc
2 changed files with 4 additions and 2 deletions

View File

@@ -155,12 +155,13 @@ export default function RandomUnit({
curationTitle,
contentType: data.shptmBanrTpNm,
contentId: data.showId,
contentTitle: data.showNm,
productId: data.prdtId,
productTitle: data.prdtNm,
displayType: "rolling",
partner: data.patncNm,
brand: data.brndNm, // <- 'brnad' 확인
location: data.dspyOrder,
location: data.dspyOrdr,
bannerType: data.vtctpYn === "Y" ? "Vertical" : "Horizontal",
})
);

View File

@@ -182,12 +182,13 @@ export default function RollingUnit({
curationTitle: curationTitle,
contentType: rollingDataRef.current[startIndex].shptmBanrTpNm,
contentId: rollingDataRef.current[startIndex].showId,
contentTitle: rollingDataRef.current[startIndex].showNm,
productId: rollingDataRef.current[startIndex].prdtId,
productTitle: rollingDataRef.current[startIndex].prdtNm,
displayType: "button",
partner: rollingDataRef.current[startIndex].patncNm,
brand: rollingDataRef.current[startIndex].brndNm,
location: rollingDataRef.current[startIndex].dspyOrder,
location: rollingDataRef.current[startIndex].dspyOrdr,
bannerType:
rollingDataRef.current[startIndex].vtctpYn === "Y"
? "Vertical"