AdView SDK — Your Gateway to Monetization

One integration to unlock Xchange publisher platform & Bridge Prebid service.

9:41 Banner Ad CTA Ad Learn More

Key Benefits

Everything you need for successful ad monetization

Native Mobile Support

Optimized SDKs for Android and iOS platforms with native performance

Lightweight & Efficient

Small SDK footprint (< 3 MB), low memory usage, fast ad loading

Rich Ad Formats

Banner, MREC, Interstitial, Video, Native, and more

Compliance Ready

Built-in GDPR consent, CCPA, COPPA, and ATT (iOS) support with IAB TCFv2

Full-Stack Connectivity

SDK integration automatically connects to Xchange publisher platform; enable Bridge for Prebid demand

Transparent & Verifiable

ads.txt / app-ads.txt, Open Measurement SDK, anti-fraud and viewability support

How It Works

SDK, Bridge, and Xchange working together for maximum yield

AdView SDK

Ad Request from App

AdView Bridge

Prebid Server - Auction Orchestration

Powered by Prebid
Xchange SSP
Prebid Bidder A
Prebid Bidder B
More Bidders

Unified Auction

Parallel Bidding, Unified Price Comparison

Winning Bid

Ad Returned to SDK → Display → Report

Key Point: AdView Bridge acts as the auction orchestration layer. Xchange SSP participates as one of the bidders alongside other Prebid Bidders, competing fairly in parallel bidding.

Supported Ad Formats

Rich ad formats for every monetization scenario

Banner Ad

Banner Ads

Standard banner ads displayed at the top or bottom of the screen. Non-intrusive and suitable for all app types with persistent display that does not interrupt user flow.

  • Standard sizes: 320x50, 728x90
  • Auto-refresh capability
  • Highest fill rates
  • Ideal for: All app types
MREC Ad (300x250)

MREC Ads

Medium Rectangle (300x250) ads that provide higher visibility and engagement. Perfect for in-feed placements and content breaks.

  • Standard IAB size: 300x250
  • Higher viewability than banners
  • Better eCPM performance
  • Ideal for: Content apps, news, utilities
X
Interstitial Ad

Interstitial Ads

Full-screen ads that appear at natural transition points in your app. High impact format with excellent engagement rates.

  • Full-screen coverage
  • Static image or rich media
  • High eCPM potential
  • Ideal for: Level changes, page transitions
Video Ad

Video Ads

Engaging video ads including rewarded and non-rewarded formats. High engagement and completion rates with premium eCPM potential.

  • Rewarded and non-rewarded options
  • VAST 2.0, 3.0, 4.0 compliant
  • Highest eCPM format
  • Ideal for: Games, entertainment apps
Ad

Native Ads

Ads that match the look, feel, and function of your app content. Seamlessly integrated for the best user experience.

  • Customizable templates
  • Blends with app content
  • Higher user engagement
  • Ideal for: News, social, content apps

Integration Options

Choose the integration method that fits your needs

Direct SDK Integration

Integrate AdView SDK directly into your app for full functionality and best performance. Access all features including Xchange platform and Bridge Prebid service.

//Initialize the SDK
AdviewMobile.setServerAccountId("YOUR_ACCOUNT_ID")
AdviewMobile.initializeSdk(applicationContext)

//Create and load Banner Ad
private var configId = "YOUR_PLACEMENT_ID"
adView = BannerView( 
            this, 
	    	configId, 
	    	AdSize(WIDTH, HEIGHT))
 
adWrapperView.addView(adView, layoutParams)
adView?.loadAd()
/// Initialize AdView SDK
AdView.shared.adviewAccountId = "Your-Account-ID"
        try? AdView.initializeSDK() { status, error in }
		
// Create and load Banner Ad
        let configID = "Your-Placement-ID"
        let banner = BannerView(
            frame: CGRect(origin: .zero, size: CGSize(width: 320, height: 50)),
            configID: configID,
            adSize: CGSize(width: 320, height: 50)
        )
        banner.adFormat = .banner
        banner.delegate = self
        bannerView.addSubview(banner)
        banner.loadAd()
View Full Documentation →

Mediation Adapter Integration

If you already use a mediation platform, integrate AdView as an additional demand source through our adapters.

Google AdMob AppLovin MAX Unity LevelPlay Custom Adapters
View Adapter Documentation →

Technical Specifications

Enterprise-grade SDK built for performance and compliance

Supported Platforms Android 5.0+, iOS 12.0+
SDK Size Android: ~2.33 MB, iOS: ~4.64 MB
Latest Version v5.0.0 Stable
Ad Formats Banner / MREC / Interstitial / Video / Native
Bidding Protocol OpenRTB 2.5 / 2.6
Compliance GDPR (TCFv2) / CCPA / COPPA / ATT (iOS 14.5+)
Viewability IAB Open Measurement SDK
Supply Chain ads.txt / app-ads.txt / sellers.json / SupplyChain Object

Ready to Start Monetizing?

Download the SDK and start integrating today. Our documentation and support team are here to help.