통합로그 [no.28] AL_BUY_NOW showId,showNm 추가

This commit is contained in:
jiwon93.son
2025-10-17 15:15:14 +09:00
parent 726c556bcd
commit 7b0a36679b
2 changed files with 6 additions and 1 deletions

View File

@@ -453,7 +453,8 @@ export default function SingleOption({
}
if (userNumber && selectedPatnrId && selectedPrdtId && quantity) {
const { prodOptCval, priceInfo } = selectedOptions || {};
const { patncNm, brndNm, catNm, prdtNm, prdtId } = productInfo;
const { patncNm, brndNm, catNm, prdtNm, prdtId, showId, showNm } =
productInfo;
const regularPrice = priceInfo?.split("|")[0];
const discountPrice = priceInfo?.split("|")[1];
const discountRate = priceInfo?.split("|")[4];
@@ -470,6 +471,8 @@ export default function SingleOption({
category: catNm,
contextName: Config.LOG_CONTEXT_NAME.DETAILPAGE,
messageId: Config.LOG_MESSAGE_ID.BUY_NOW,
showId: showId ?? "",
showNm: showNm ?? "",
})
);
dispatch(

View File

@@ -188,6 +188,8 @@ export default function ShowOption({
category: showProductInfo?.catNm,
contextName: LOG_CONTEXT_NAME.SHOPBYMOBILE,
messageId: LOG_MESSAGE_ID.SMB,
showId: showProductInfo?.showId ?? "",
showNm: showProductInfo?.showNm ?? "",
};
dispatch(sendLogTotalRecommend(logParams));
dispatch(