Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

mobile config id #3682

Merged
merged 1 commit into from
Apr 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prebid-mobile/pbm-api/android/pbm-banneradunit-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Use the `BannerAdUnit` object to create and configure a banner ad unit in your a

### BannerAdUnit

Create a new Banner Ad Unit associated with a Prebid Server configuration ID and a banner size.
Create a new Banner Ad Unit associated with a Prebid Server 'configuration ID' and a banner size.

**Parameters**

- `configId`: String; Prebid Server configuration ID.
- `configId`: String; Prebid Server configuration ID. Note: This is the PBS [stored request ID](/prebid-server/features/pbs-storedreqs.html).
- `width`: Integer; Width of the ad unit.
- `height`: Integer; Height of the ad unit.

Expand Down