generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Testing | ||
layout: home | ||
parent: Objective-C | ||
nav_order: 5 | ||
--- | ||
|
||
In order to test whether Prebid Mobile SDK and ads were successfully integrated into the mobile application, we provide testing parameters. If the integration was successful, using the provided test parameters, you should see PubMatic test ads that look like this: | ||
|
||
<img width="330" alt="image1" src="https://github.com/Setupad/Setupad-Prebid-Mobile-Integration-Documentation/assets/140802751/3393a5ae-2ae9-4464-a78c-50f7761ef371"> | ||
<img width="330" alt="image2" src="https://github.com/Setupad/Setupad-Prebid-Mobile-Integration-Documentation/assets/140802751/3ba2971b-5e3a-4897-9429-77bb9d006fe2"> | ||
|
||
If the testing is done using a simulator, on top of the ad will be visible a ‘Test mode’ writing, as can be seen in the provided example. If the testing is done on a physical device, this writing will not be visible. | ||
|
||
Testing parameters for iOS: | ||
* ACCOUNT_ID: `apptest` | ||
* AD_UNIT_ID: `/147246189/app_test` | ||
* CONFIG_ID for 300x250 banner: `6139` | ||
* CONFIG_ID for interstitial ad: `6141` |