LTV Reporting

To track lifetime value from ad revenue:

  1. Subscribe to CiaoSDKAds.OnImpressionDataReady.
  2. Accumulate the impression revenue in a persistent variable (local storage, server, or your preferred persistence method).
  3. When the user completes a level, pass the accumulated value as ltv to CiaoSDK.SendLevelCompleted.

LTV is cumulative from install. Do not reset it per level.


Did this page help you?