1.0.2 • Published 6 years ago

nuxt-facebook-pixel v1.0.2

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

nuxt-facebook-pixel

Nuxt.JS module & plugin for Facebook Pixel tracking initialisation & access

Setup

  • Add nuxt-facebook-pixel dependancy to your project using npm or yarn
  • Add nuxt-facebook-pixel to the modules section of your nuxt.config.js
{
    modules: [
        "nuxt-facebook-pixel"
    ]
},

"facebook-pixel": {
    enable: true,
    id: "<youridhere>"
}

Usage

export default function(context) {
    context.$facebookpixel("track", "PageView");
}

Inspiration here:

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago