4.0.3 • Published 7 years ago

@mururu/adjust-sdk v4.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago