feat(onboarding): add tracking calls to event, ecology, and wiki pages
This commit is contained in:
parent
3797ff7925
commit
7c3a10232d
3 changed files with 16 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ const loadSuggestions = async () => {
|
|||
}
|
||||
|
||||
const { memberData } = useAuth()
|
||||
const { trackGoal, isComplete } = useOnboarding()
|
||||
|
||||
const loadTags = async () => {
|
||||
try {
|
||||
|
|
@ -220,6 +221,9 @@ onMounted(async () => {
|
|||
} finally {
|
||||
loading.value = false
|
||||
}
|
||||
if (!isComplete.value) {
|
||||
trackGoal('ecologyPageVisited')
|
||||
}
|
||||
})
|
||||
|
||||
useHead({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue