Available in
Android
-
iOS
-
Unity
-
Flutter
- Register at https://datatower.ai/,
- Log in and Create your Project,
- Once created, you will get
appId
andurl
(Reporting URL) that will be used later.
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 ai.datatower.analytics.DT
val appId = "xxx"
val reportingUrl = "xxx"
DT.initSDK(
this,
appId,
reportingUrl,
"",
true,
Log.DEBUG
)