Android SDK
Get started
To start tracking using Offer18's Android SDK, you'll need to integrate the SDK into your application as a dependency.
For Gradle in Kotlin, Add dependencies in the build.gradle.kts file
implementation("com.offer18:android-sdk:{VERSION}")For Gradle in Groovy, Add dependencies in the build.gradle file
implementation 'com.offer18:android-sdk:{VERSION}'You must replace {VERSION} with latest stable version of Offer18's Android SDK
Find out latest stable version of Android SDK
Permissions
Make sure your app has permissions given below
SDK Initialization
Import Offer18 Class from com.offer18.sdk package
To initialize the Software Development Kit (SDK) insert the provided code snippet in your application code.
Track Conversions
Import Offer18 Class from com.offer18.sdk package
To activate conversion tracking with Offer18's Android SDK, you'll need to insert a specific code snippet onto the order success page (Thank You Page) of your app.
Track Conversion (Automatic)
Import Offer18 Class from com.offer18.sdk package
If you prefer not to fetch Referrer details to obtain the click ID, you can utilize Offer18's Click ID key in the configuration.
Initialize SDK
To initialize the Software Development Kit (SDK) insert the provided code snippet in your application code.
Complete Conversion
Last updated
Was this helpful?