Integration example
Since finding the highest bid floor can take a couple of iterations, we recommend integrating insights with backfill. With this you'll be ensured that even if initial ad request with dynamic bid floor fails, you will still have default ad unit available to fill any ad opportunity.
Full example of the integration of dynamic floors in LevelPlay (not production-ready) .
- Native iOS: https://github.com/Nefta-io/NeftaISAdapter/blob/main/ISIntegration/Rewarded.swift
- Native Android: https://github.com/Nefta-io/NeftaISAdapter-Android/blob/main/ISIntegration/src/main/java/com/nefta/is/RewardedWrapper.java
- Unity: https://github.com/Nefta-io/NeftaISAdapter-Unity/blob/main/Assets/AdDemo/RewardedController.cs
Updated 2 days ago