3.0.0 • Published 5 years ago

@userdive/linker v3.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

@userdive/linker

npm version Build Status styled with prettier

Build Status

Cross-domain tracking using query parameter plugin

Table of Contents

Install

npm install @userdive/linker

Usage

import Agent from "@userdive/agent";
import Linker from "@userdive/linker";

const agent = new Agent("projectId", "auto");
agent.provide("linker", Linker);
agent.require("linker");
agent.run("linker", "autoLink", ["developers.userdive.com"]);

Contribute

PRs accepted. join us

License

GPLv3. Full license text is available in LICENSE

3.0.0

5 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.15.0

6 years ago