Airflux Integration (iOS)
Last updated
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.
You can use the following outline to navigate this guide.
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_COMPLETED and ACHIEVE_LEVEL.
Player Attribute Data
Records the player's current status, such as their level or currency balance.
Inference Parameters
Records contextual information at the time of an ad request, such as adType or adPlacementId.
Last updated

