Skip to main content
Inapp Amount Filter

How to select a group of users who’ve made a particular amount of in-app purchases

Tanya Moroz avatar
Written by Tanya Moroz
Updated over a week ago

Inapp Amount allows to group users who’ve made a particular amount of in-app purchases. Based on that, you can give users more or less ads, or turn them off completely. To make this setting work correctly, please submit the purchase info via Appodeal SDK.

Android example:
Appodeal.trackInAppPurchase(this, 5, "USD");

iOS example:
[Appodeal trackInAppPurchase:@(5) currency:@“USD”];

Did this answer your question?