통합로그 18 - resultType show 일경우 showTitle 추가

This commit is contained in:
opacity@t-win.kr
2025-10-27 10:20:17 +09:00
parent 2d41ad29f9
commit bc096711c7

View File

@@ -43,7 +43,8 @@ export default memo(function SearchShowCard({
const sendLog = (newParams) => {
const logParams = {
...newParams,
contentTitle: title,
showTitle: title,
showId: contentId.split("_").pop() || "",
partner: patncNm,
contextName: LOG_CONTEXT_NAME.SEARCH,
messageId: LOG_MESSAGE_ID.SEARCH_RESULT_CLICK,