datatower_ai_core_flutter 2.1.0
datatower_ai_core_flutter: ^2.1.0 copied to clipboard
DataTower.ai SDK for Flutter. Provided feature of Event Tracking, Timing Event Tracking, User Property, Ad Flow Tracking, Attribution Integration and etc.
DataTower.ai SDK for Flutter #
| Android | iOS | |
|---|---|---|
| Support | SDK 19+ | 11.0+ |
Getting Started #
- Register at https://datatower.ai/,
- Log in and Create your Project,
- Once created, you will get
appIdandurl(Reporting URL) that will be used later.
Usage #
Please refer to our API doc
Functionalities:
- Event Tracking
- Timing Event Tracking
- User Property
- Ad Flow Tracking
- Attribution Integration/Linking
BTW, Remember to call DT.initSDK() before any usage of other APIs:
import 'package:datatower_ai_core_flutter/api/dt.dart';
// ...
DT.initSDK("{AppId of your project}", "{Reporting URL}",
channel: "",
isDebug: false,
logLevel: 2
);
// ...