1.0.2 • Published 3 years ago

delacon-nuxt v1.0.2

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

delacon-nuxt

A wrapper of Delacon's call tracking script to swap number immediately when /?gclid=xx is detected in the address bar.

Setup

  1. Add delacon-nuxt dependency to your project
npm install delacon-nuxt

or

yarn add delacon-nuxt
  1. Add delacon-nuxt to the modules section of nuxt.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

MIT License

Copyright (c) Juno W.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago