SDK Implementation Guide
  • 📱SDK Implementation Guide
  • How to Configure
    • 💡Initialising the SDK
  • How to Render an Ad
    • 📪Banner Ad
    • 📪Interstitial Ad
    • 📪Rewarded Ad
    • 📪Native Ad
    • 📪Custom Native Ad
  • Beta Ad Format's
    • 🎨App open (Beta)
    • 🎨In-stream Video (Beta)
  • Feature's only for GAM
    • 🎨Adaptive Banner Ad (Only for GAM)
    • 🎨Render Unified Ad (Only for GAM)
    • 🎨How to pass predefined custom targeting values in ad request (Only for GAM)
    • 🎨How to pass publisher provided identifiers in ad request (PPID) (Only for GAM)
    • TEST AD UNITS
  • Manifest Changes Required for SDK
  • Integrate Ads & APP Ads For Easy Management
Powered by GitBook
On this page

Was this helpful?

  1. Feature's only for GAM

TEST AD UNITS

Sample test adunits by Adster to ensure Ads are coming and is displayed inAPP by the developers.

adster_banner_320x50

adster_banner_300x250

adster_native_test

adster_appopen_test

adster_interstitial_test

adster_unified_test

adster_rewarded_test

E.g.

val configuration = AdRequestConfiguration.Companion.builder(context, "adster_banner_300x250");

PreviousHow to pass publisher provided identifiers in ad request (PPID) (Only for GAM)NextManifest Changes Required for SDK

Last updated 3 months ago

Was this helpful?