Skip to content

Commit

Permalink
mobile config id (#3682)
Browse files Browse the repository at this point in the history
Added note about config ID being the stored request id
  • Loading branch information
bretg authored Apr 4, 2022
1 parent 81c40c9 commit e82eca2
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit e82eca2

Please # to comment.