1.1.4 • Published 2 years ago

@norvikit/nuxt-utm-adder v1.1.4

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

Nuxt UTM Adder

Size Version Downloads

📃 Description

Plugin to add utm tags to all links on a page

📦 Installation

NPM

npm install --save @norvikit/nuxt-utm-adder

Yarn

yarn add @norvikit/nuxt-utm-adder

🚀 Usage

// nuxt.config.js

buildModules: [
  '@norvikit/nuxt-utm-adder'
]
// or

buildModules: [
  ['@norvikit/nuxt-utm-adder', {
    // Your options
  }]
]

🔧 Options

// nuxt.config.js
// Default options

buildModules: [
  ['@norvikit/nuxt-utm-adder', {
    // Utm tags to track
    utmTags: [
      'utm_source',
      'utm_medium',
      'utm_campaign',
      'utm_term',
      'utm_content',
    ],
    // Save utm tags to cookies
    saveCookies: true,
  }]
]
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago