Airflux Integration (Android)
This guide will walk you through the entire process of integrating the Airflux SDK into your application. It covers everything from installation and initialization to implementing core functionalities.
Guide Outline
You can use the following outline to navigate this guide.
Understanding Data Collection
Airflux collects data through three primary methods to make the most optimal ad display decisions.
Each type of data is collected at a different time and for a different purpose, so you must provide all three to maximize the performance of the AI model.
In-game event data
Records user actions such as
ORDER_COMPLETEDandACHIEVE_LEVEL.Player Attribute Data
Records the player's current status, such as their
levelorcurrencybalance.Inference Parameters
Records contextual information at the time of an ad request, such as
adTypeoradPlacementId.
Last updated

