yandex-metrika-next
Go to documentationYandex Metrika integration for Nuxt
🕵️ Yandex Metrika integration for Nuxt 3
Features
- Support Nuxt 3, nuxt 2 users can use this one
- Prints handy mesages in a dev mode, when certain goals is reached
- Expose useful methods to the nuxt app instance
- Fully customizable via runtime config
- Types for external API
Installation
Install package via a package manager:
# using npmnpm install @artmizu/yandex-metrika-nuxt# using yarmyarn add @artmizu/yandex-metrika-nuxt# using pnpmpnpm add @artmizu/yandex-metrika-nuxt
Add it to a modules section of your nuxt config:
export default { modules: ['@artmizu/yandex-metrika-nuxt'],}
Options
You can pass it through runtime config, module options and the special nuxt
config property yandexMetrika
.
id
- Type:
string
- Required
- Description: Yandex metrika ID
Other parameters you can see in the type file here