Monetize your Android apps with our survey offerwall and replace in-app purchases with surveys.
SDK Updates & Changelog
We optimize our SDKs frequently to provide the maximum value to you, the publisher. Our past updates to the SDK have improved conversion rates, added features, and optimized the user experience. Find out about our recent changes in our SDK Changelog.
Sign up for a new developer account and create a new App. Copy your App Token to initiate the SDK.
Add the following code above the dependencies section of your app-level build.gradle file:
Then add the dependency to the same file:
Add following permissions to your app:
<uses-permission android:name="android.permission.INTERNET" />
Initiate the SDK before you use it:
Call the .show() function to open the Offer Wall/Direct Link
Use .surveyAvailable() to check if a survey is available for the user
Optional Setup:
Use .setTags() to pass additional parameters to the SDK you would like to receive in your callback
Setting up callbacks can be done on the dashboard. Follow the instructions and examples in our Server to Server Callback Article to properly set up callbacks.