Skip to content

Commit 0b2113f

Browse files
docs: resolves PR comments
1 parent c38e91f commit 0b2113f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

prebid-mobile/pbm-api/android/code-integration-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If you want to define a different Account Settings ID as determined in conjuncti
8989
your Prebid Server team, use the [arbitrary OpenRTB](/prebid-mobile/pbm-api/android/pbm-targeting-android.html#arbitrary-openrtb) method like this:
9090

9191
```kotlin
92-
adUnitConfiguration?.impOrtbConfig = "{\"ext\":{\"prebid\":{\"storedrequest\": {\"id\":\"account-settings-id\"}}}}"
92+
adUnit?.impOrtbConfig = "{\"ext\":{\"prebid\":{\"storedrequest\": {\"id\":\"account-settings-id\"}}}}"
9393
```
9494

9595
### Initialize SDK

prebid-mobile/pbm-api/ios/code-integration-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ Each mobile app may have its own "account settings ID". This is used to look up
104104

105105
By default the Account Settings ID is set to be the same as the Account ID. i.e. the Prebid.shared.prebidServerAccountId property will set both values.
106106
If you want to define a different Account Settings ID as determined in conjunction with
107-
your Prebid Server team, use the [arbitrary OpenRTB](/prebid-mobile/pbm-api/android/pbm-targeting-android.html#arbitrary-openrtb) method like this:
107+
your Prebid Server team, use the [arbitrary OpenRTB](/prebid-mobile/pbm-api/ios/pbm-targeting-ios.html#arbitrary-openrtb) method like this:
108108

109109
```swift
110-
adUnitConfig.impORTBConfig = "{\"ext\":{\"prebid\":{\"storedrequest\": {\"id\":\"account-settings-id\"}}}}"
110+
adUnit.setImpORTBConfig("{\"ext\":{\"prebid\":{\"storedrequest\": {\"id\":\"account-settings-id\"}}}}")
111111
```
112112

113113
### Initialize SDK

prebid-mobile/prebid-mobile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebarType: 2
1010

1111
Prebid Mobile is an open-source library fir iOS and Android that provides an end-to-end header bidding solution for mobile app publishers.
1212

13-
---- ;
13+
----
1414

1515
{: .alert.alert-info :}
1616
The Prebid Mobile team is pleased to inform you that `Prebid Mobile 3.0` is live.
@@ -22,7 +22,7 @@ Here is what you need to know first about the new version:
2222

2323
Provide feedback to <support@prebid.org>.
2424

25-
---- ;
25+
----
2626

2727
- TOC
2828
{:toc}

0 commit comments

Comments
 (0)