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,