0 purchases
datatower ai core
Available in
Android
-
iOS
-
Unity
-
Flutter
DataTower.ai - Core - 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 appId and url (Reporting URL) that will be used later.
Usage #
Please refer to our API docs
Functionalities:
Event Tracking
Timing Event Tracking
User Property
Ad Flow Tracking
Attribution Integration/Linking
⚠ Remember to call DT.initSDK() before any usage of other APIs:
import 'package:datatower_ai_core/api/dt.dart';
DT.initSDK("{AppId of your project}", "{Reporting URL}",
channel: "",
isDebug: false,
logLevel: DTLogLevel.DEBUG
);
copied to clipboard
Other links #
DataTower.ai
DataTower.ai docs center
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.