Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Как использовать reachGoal? #2

Open
KCH0000 opened this issue Jun 7, 2024 · 1 comment
Open

Как использовать reachGoal? #2

KCH0000 opened this issue Jun 7, 2024 · 1 comment

Comments

@KCH0000
Copy link

KCH0000 commented Jun 7, 2024

Есть ли способ использовать reachGoal?

@digitalcortex
Copy link
Owner

digitalcortex commented Aug 7, 2024

Есть. Наиболее близкий к Nuxt способ сейчас это добавить код в компонент где нужно отправить событие:

const { $ym } = useNuxtApp()

onMounted(() => {
    $ym('reachGoal', 'visit_website')
})

Также ym доступен через window. В будущем если руки дойдут сделаю через composable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants