Test Environment
Setting up a test environment allows you to receive test ads even if there are no live ad campaigns. Be aware that the app keys are different for each platform!
App Key
Setting up a test environment allows you to receive test ads even if there are no live ad campaigns. Be aware that the app keys are different for each platform!
For Flutter and React Native, install platform-specific test app keys for Android and iOS.
Android
{"app_key":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IjAxSEQ1UTNaOEdYTk5XRjQ2NENOV0NNQlM0OjAxSEQ1UTlER0IzUk40VlBUVlk5U0hYOTFCIiwia2V5VHlwZSI6MSwiaWF0IjoxNjk3Nzc4MDIxLCJleHAiOjI1MzQwMjEyODAwMH0.uPHxYjFNEJVMshF7mv9g5gUDRcaBOXaHviVYMhyggtc"}
Apple (iOS)
{"app_key":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IjAxSEQ1UTNaOEdYTk5XRjQ2NENOV0NNQlM0OjAxSEQ1UUJIWFNWNTk5U000MUU1VFlHQU1TIiwia2V5VHlwZSI6MSwiaWF0IjoxNjk3Nzc4MDkxLCJleHAiOjI1MzQwMjEyODAwMH0.5Lut-0y71-IB3fEo1srnX9EIc622kBat4nRRnsp5vsk"}
Web / REST API
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBJZCI6IjAxSEQ1UTNaOEdYTk5XRjQ2NENOV0NNQlM0OjAxSEZCTU1HRkZXUU5OMk5aVkpCNU5GUFZaIiwia2V5VHlwZSI6MSwiaWF0IjoxNzAwMTI0MDQ5LCJleHAiOjI1MzQwMjEyODAwMH0.J877rLr4xvUWqcEzsesEp_KNzO8XnHaJeESPXdABubQ
Ad unit IDs
This is the test Ad Unit IDs that you can use to receive test ads.
Banner (375X80)
PUBLIC_TEST_UNIT_ID_375_80
Banner (320X50)
PUBLIC_TEST_UNIT_ID_320_50
Banner (320X100)
PUBLIC_TEST_UNIT_ID_320_100
Interstitial
PUBLIC_TEST_UNIT_ID_INTERSTITIAL
Rewarded
PUBLIC_TEST_UNIT_ID_REWARDED
Native
PUBLIC_TEST_UNIT_ID_NATIVE
Popup (bottom)
PUBLIC_TEST_UNIT_ID_POPUP_BOTTOM
Popup (center)
PUBLIC_TEST_UNIT_ID_POPUP_CENTER
Splash
PUBLIC_TEST_UNIT_ID_SPLASH
Last updated