Airflux Integration (Unity)

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.

  1. In-game event data

    Records user actions such as ORDER_COMPLETED and ACHIEVE_LEVEL.

  2. Player Attribute Data

    Records the player's current status, such as their level or currency balance.

  3. Inference Parameters

    Records contextual information at the time of an ad request, such as adType or adPlacementId.

Last updated