Skip to content

web-west/nuxt-vk-rtrg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VK Retargeting

Add VK Retargeting to your nuxt.js application.

This plugins automatically sends first page and route change events to VK Retargeting.

Note: VK Retargeting is not enabled in dev mode. You can set environment variable NODE_ENV to production for testing in dev mode.

Setup

  • Add nuxt-vk-rtrg dependency using yarn or npm to your project
  • Add nuxt-vk-rtrg to modules section of nuxt.config.js
{
  modules: [
    [
      'nuxt-vk-rtrg',
      {
        id: 'xx-xxxx-xxxxxx-xxxxx'
      }
    ]
  ]
}

id

  • Required

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published