Detail page 내 버튼 클릭 정보수집 로그
This commit is contained in:
@@ -101,6 +101,12 @@ export default function GroupProduct({
|
||||
};
|
||||
|
||||
dispatch(sendLogDetail(params));
|
||||
dispatch(sendLogTotalRecommend({
|
||||
menu: LOG_MENU.DETAIL_PAGE_GROUP_DETAIL,
|
||||
buttonTitle: 'DESCRIPTION',
|
||||
contextName: LOG_CONTEXT_NAME.DETAILPAGE,
|
||||
messageId: LOG_MESSAGE_ID.BUTTONCLICK
|
||||
}))
|
||||
}
|
||||
}, [productData]);
|
||||
|
||||
|
||||
@@ -101,8 +101,13 @@ export default function SingleProduct({
|
||||
patncNm: productData?.patncNm ?? "",
|
||||
patnrId: productData?.patnrId ?? "",
|
||||
};
|
||||
console.log ('###detail button click', params)
|
||||
dispatch(sendLogDetail(params));
|
||||
dispatch(sendLogTotalRecommend({
|
||||
menu: LOG_MENU.DETAIL_PAGE_BILLING_PRODUCT_DETAIL,
|
||||
buttonTitle: 'DESCRIPTION',
|
||||
contextName: LOG_CONTEXT_NAME.DETAILPAGE,
|
||||
messageId: LOG_MESSAGE_ID.BUTTONCLICK
|
||||
}))
|
||||
}
|
||||
}, [productData]);
|
||||
|
||||
|
||||
@@ -156,6 +156,12 @@ export default function ShowOption({
|
||||
};
|
||||
|
||||
dispatch(sendLogDetail(params));
|
||||
dispatch(sendLogTotalRecommend({
|
||||
menu: LOG_MENU.DETAIL_PAGE_THEME_DETAIL,
|
||||
buttonTitle: 'DESCRIPTION',
|
||||
contextName: LOG_CONTEXT_NAME.DETAILPAGE,
|
||||
messageId: LOG_MESSAGE_ID.BUTTONCLICK
|
||||
}))
|
||||
}
|
||||
}, [productData]);
|
||||
|
||||
|
||||
@@ -104,6 +104,12 @@ export default function UnableProduct({
|
||||
console.log ('###entryMenuRef', entryMenuRef)
|
||||
console.log ('###entryMenuRef.current', entryMenuRef.current)
|
||||
dispatch(sendLogDetail(params));
|
||||
dispatch(sendLogTotalRecommend({
|
||||
menu: LOG_MENU.DETAIL_PAGE_PRODUCT_DETAIL,
|
||||
buttonTitle: 'DESCRIPTION',
|
||||
contextName: LOG_CONTEXT_NAME.DETAILPAGE,
|
||||
messageId: LOG_MESSAGE_ID.BUTTONCLICK
|
||||
}))
|
||||
}
|
||||
}, [productData]);
|
||||
|
||||
|
||||
@@ -76,7 +76,6 @@ export default function IndicatorOptions({
|
||||
|
||||
const descriptionClick = useCallback(
|
||||
(label, description) => {
|
||||
console.log('###descriptionClick', productInfo?.prdtDesc)
|
||||
setTabLabel([label]);
|
||||
setDescription(description);
|
||||
dispatch(setShowPopup(Config.ACTIVE_POPUP.descriptionPopup));
|
||||
|
||||
Reference in New Issue
Block a user