Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swiftxru/utm-aska
- Owner: swiftxru
- License: mit
- Created: 2022-03-11T07:15:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T08:32:23.000Z (over 2 years ago)
- Last Synced: 2024-12-14T15:47:18.844Z (9 days ago)
- Topics: js, seo, utm
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
- Security: SECURITY.md
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)