/sdk-core-android

DataTower.ai Core SDK for Android

Primary LanguageKotlinBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

DataTower.ai

Available in
Android - iOS - Unity - Flutter


DataTower.ai - Core - Android

Getting Started

  1. Register at https://datatower.ai/,
  2. Log in and Create your Project,
  3. 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 ai.datatower.analytics.DT

val appId = "xxx"
val reportingUrl = "xxx"

DT.initSDK(
    this,
    appId,
    reportingUrl,
    "",
    true,
    Log.DEBUG
)

Other links