Skip to main content

Add the SDK Dependency

Add the following dependency to your app-level build.gradle file.
In your project-level build.gradle, make sure the following plugins are configured:

Initializing Analytics SDK in Android

Initialize the SDK in your Application class to start tracking sessions, events, and insights.
Parameter Reference
Demo Account
Password:demo@123
Best Practice

Always call initialize() inside your Application class — not inside an Activity — to ensure complete session tracking.

Add proguard file

Add the following rules to your proguard-rules.pro file:
proguard-rules.pro