4.0.3 • Published 6 years ago

@mururu/adjust-sdk v4.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

adjust-sdk

Unofficial Adjust Web SDK

Installation

npm install @mururu/adjust-sdk --save

Usage

import {Adjust, AdjustConfig, AdjustEvent} from '@mururu/adjust-sdk';

const config = new AdjustConfig("adjust-token", "sandbox", "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "web");
const adjust = Adjust.create(config);
adjust.trackSession();
4.0.3

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago