From 679a53435dc221aabf614a9b90f4e567fe031d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chyeonggkim=E2=80=9D?= <“hyeonggkim@smilegate.com”> Date: Wed, 28 Jan 2026 09:35:46 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A1=9C=EA=B7=B8=20service=5Fcd=20?= =?UTF-8?q?=ED=95=AD=EB=AA=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/composables/useAnalytics.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layers/composables/useAnalytics.ts b/layers/composables/useAnalytics.ts index ed11c75..af0caf0 100644 --- a/layers/composables/useAnalytics.ts +++ b/layers/composables/useAnalytics.ts @@ -147,6 +147,7 @@ const sendSA = ( view_info: { game_no: gameNo, lang_cd: eventLocale, + service_cd: 'official_home', ...options?.viewInfo, }, } @@ -158,6 +159,7 @@ const sendSA = ( pwt_click_item: clickItem, game_no: gameNo, lang_cd: eventLocale, + service_cd: 'official_home', ...options?.clickItem, }, }