Jump to Content
Nefta AdsDocumentation
DocumentationAPI Reference
DocumentationLog InNefta Ads
Documentation
Log In
ScaleDocumentationAPI Reference
All
Pages
Start typing to search…

Welcome

  • Personalised Real-time Bid Floor Optimisation

SDK Integration

  • Platform setup
    • Set up app
    • Set up ad units
  • First party data
  • Integration methods
    • Applovin MAX
      • MAX Configuration
      • MAX - Android
      • MAX - iOS
      • MAX - Unity
      • MAX - Flutter
      • Manual iOS Integration
      • Manual Android Integration
      • Troubleshooting
      • MAX - Price Setting
    • Unity LevelPlay
      • IronSource Configuration
      • IronSource - Android
      • IronSource - iOS
      • IronSource - Unity
      • Manual iOS Integration
      • Manual Android Integration
      • A/B Testing IronSource Mediation vs. Nefta
    • Google AdMob
      • AdMob Configuration
      • AdMob - Android
      • AdMob - iOS
      • AdMob - Unity
      • Manual Android Integration
      • Manual iOS Integration
    • Advanced Features
    • Testing
    • SDK Changelog
  • Integrate floor price recommendations
    • Bid floors in MAX
      • Integration example
      • Integration verification
    • Bid floors in LevelPlay
      • Integration example
    • Bid floors in AdMob

Compliance

  • Apple Privacy Manifest
  • CMP Opt-outs
  • COPPA
Powered by 

Manual Android Integration

Download the latest Nefta custom adapter module from: https://github.com/Nefta-io/NeftaAMAdapter-Android/releases.

Extract the NeftaAMAdapter-release-x.y.z.aar and include it the /libs folder, so that it looks something like this:

Then include this module as a dependency in your project build.gradle:

dependencies {
  implementation files('libs/NeftaAMAdapter-release-1.0.0.aar')
}

Updated about 2 months ago


AdMob - Unity
Manual iOS Integration