The PageSense Android Full Stack SDK lets you run server-side A/B tests and track experiment outcomes directly from your Android application. Once installed, your app can participate in Full Stack experiments and start collecting core analytics data.
This section walks you through installing and setting up the SDK in an Android project.
After completing this setup, you will be able to:
Connect your Android app to PageSense
Participate in Full Stack A/B experiments
Start collecting basic app metrics such as users and sessions
Prepare your app for experiment activation and goal tracking
Before you begin, make sure that:
You have an Android application set up with Gradle
You have access to a PageSense account
A mobile app is registered in PageSense and an App ID is generated
To download the PageSense SDK, you need to add the PageSense Maven repository to your project.
Depending on your project configuration, do one of the following.
If your project uses settings.gradle
Add the PageSense repository inside the repositories block:
If your project uses project-level build.gradle
Add the following block below the existing configuration in your root build.gradle file:
Open the app-level build.gradle file and add the PageSense SDK dependency:
dependencies {
implementation 'com.zoho.pagesense:pagesense:1.1.0'
}

Register your custom Application class in the AndroidManifest.xml file:
Note: This step is required for the SDK initialization code to run.Once the SDK is installed and initialized:
Your app begins collecting basic analytics data such as users and sessions
The app is ready to take part in Full Stack experiments
You can proceed to activate experiments and track goals
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
All-in-one knowledge management and training platform for your employees and customers.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.