delacon-nuxt
v1.0.2
Published
Delacon script for Nuxt project
Downloads
86
Readme
delacon-nuxt
A wrapper of Delacon's call tracking script to swap number immediately when /?gclid=xx is detected in the address bar.
Setup
- Add
delacon-nuxtdependency to your project
npm install delacon-nuxtor
yarn add delacon-nuxt- Add
delacon-nuxtto themodulessection ofnuxt.config.js
{
modules: [
['delacon-nuxt', {
mid: 598,
cid: ['xxxxx']
}]
]
}Options
mid (required)
The MID provided by Delacon
- Type:
Integer
cid (required)
The CID provided by Delacon.
- Type:
[]
License
Copyright (c) Juno W.
