Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swiftxru/utm-aska

Plugin to get UTM params from url and cookies
https://github.com/swiftxru/utm-aska

js seo utm

Last synced: 5 days ago
JSON representation

Plugin to get UTM params from url and cookies

Awesome Lists containing this project

README

        

# UTM Aska
![Size](https://img.shields.io/bundlephobia/minzip/@norvikit/utm-aska)
![Version](https://img.shields.io/npm/v/@norvikit/utm-aska)
![Downloads](https://img.shields.io/npm/dt/@norvikit/utm-aska)

## 📃 Description
Library to get UTM params from url and cookies

## 📦 Installation

### NPM

`npm install --save @norvikit/utm-aska`

### Yarn

`yarn add @norvikit/utm-aska`

## 🚀 Usage

### Using a `` tag:
```
<html>
<head>
<script src="dist/utm-aska.min.js">




const utmParams = utmAska.getUtmParams()
console.log(utmParams)