fix. 로그 전송 수정

This commit is contained in:
clkim
2025-12-15 16:48:11 +09:00
parent f955b76e62
commit 5af62adefd
8 changed files with 53 additions and 35 deletions

View File

@@ -223,17 +223,12 @@ const handleSendLog = (item: string) => {
click_item: item,
click_sarea: props.pageVerTmplNameEn,
}
sendLog(locale.value, analytics)
sendLog(locale.value, analytics, { useGA: true })
}
const handlePreregistClick = () => {
preregistModalRef.value?.handleOpenPreregist()
handleSendLog(`STOVE_${t('Preregist_Btn_Preegist', {}, { locale: 'ko' })}`)
}
const handleSnsButtonClick = (btn: { id: string; link: string }) => {
csrGoExternalLink(btn.link)
handleSendLog(btn.id)
handleSendLog(`STOVE ${t('Preregist_Btn_Preegist', {}, { locale: 'ko' })}`)
}
</script>
@@ -324,7 +319,7 @@ const handleSnsButtonClick = (btn: { id: string; link: string }) => {
:text-color="buttonColors.textColor"
@click="
handleSendLog(
`${sns}_${t('Preregist_Btn_Preegist', {}, { locale: 'ko' })}`
`${formatSnakeToTitle(sns)} ${t('Preregist_Btn_Preegist', {}, { locale: 'ko' })}`
)
"
>