0.0.1 • Published 2 years ago

nuxt-vk-pixel v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Nuxt VK Pixel plugin

Install

$ npm install --save nuxt-vk-pixel
// or
$ yarn add nuxt-vk-pixel

Getting Started

Add nuxt-vk-pixel to modules section of nuxt.config.js.

{
  modules: [
    ['nuxt-vk-pixel', {
      /* module options */
      id: 'VK_PIXEL_ID',
      debug: false,
    }],
 ]
}

Module options

List of possible options in the module:

OptionDefaultRequiredDescription
idnulltrueThe unique pixel identifier provided by VK.
debugfalsefalseBy default, tracking in development mode is disabled. By specifying true, you manually allow tracking in development mode.