fix. 로그 전송 수정
This commit is contained in:
@@ -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' })}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user