From bc096711c727821d3023d30db764b517dcb886e8 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Mon, 27 Oct 2025 10:20:17 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B8=2018=20-?= =?UTF-8?q?=20resultType=20show=20=EC=9D=BC=EA=B2=BD=EC=9A=B0=20showTitle?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SearchPanel/SearchResults/SearchCard/SearchShowCard.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchCard/SearchShowCard.jsx b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchCard/SearchShowCard.jsx index 8bdf35ef..1c4b36d0 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchCard/SearchShowCard.jsx +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults/SearchCard/SearchShowCard.jsx @@ -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,