Skip to content

👀 Smartlook tracking plugin for Gridsome

License

Notifications You must be signed in to change notification settings

f00b4r/gridsome-plugin-smartlook

Repository files navigation

Smartlook ❤️ Gridsome

Gridsome plugin for Smartlook.

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x


Usage

To install latest version use NPM.

npm install --save gridsome-plugin-smartlook

Documentation

  1. Register at smartlook.com.
  2. Get tracking code (Projects -> Tracking code).
  3. Install gridsome-plugin-smartlook package using NPM.
  4. Update gridsome.config.js of your Gridsome website.
module.exports = {
  siteName: "Your awesome site",
  plugins: [
    {
      'gridsome-plugin-smartlook',
      {
        id: "**smartlook*key**"
      }
    }
  ]
};

Development


Consider to support f3l1x. Also thank you for using this package.

Releases

No releases published

Sponsor this project

 

Packages

No packages published