Skip to content

Commit

Permalink
doc: fix the release version of the setOrtb feature
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyVelichkoPI committed Dec 20, 2024
1 parent 18deeee commit 5d51dc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/mobile/adunit-config-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Each ad unit in the Original API is a subclass of the `AdUnit` class, which prov

### Arbitrary OpenRTB

(requires SDK v2.4.0)
(requires SDK v2.3.1)

Prebid SDK allows the customization of the OpenRTB request on the impression level using the `setImpORTBConfig()` function:

Expand Down
2 changes: 1 addition & 1 deletion _includes/mobile/adunit-config-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Each ad unit in the original integration method is a subclass of the `AdUnit` cl

### Arbitrary OpenRTB

(requires SDK v2.4.0)
(requires SDK v2.3.1)

Prebid SDK allows the customization of the OpenRTB request on the ad unit level using the `setImpORTBConfig()` function:

Expand Down
2 changes: 1 addition & 1 deletion prebid-mobile/pbm-api/android/pbm-targeting-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ Parameters:
## Arbitrary OpenRTB
(requires SDK v2.4.0)
(requires SDK v2.3.1)
Prebid SDK allows the customization of the OpenRTB request on the global level using `setGlobalOrtbConfig()` function:
Expand Down
2 changes: 1 addition & 1 deletion prebid-mobile/pbm-api/ios/pbm-targeting-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ All of the targeting class methods have been mentioned above in the context of F

## Arbitrary OpenRTB

(requires SDK v2.4.0)
(requires SDK v2.3.1)

Prebid SDK allows the customization of the OpenRTB request on the global level using `setGlobalORTBConfig()` function:

Expand Down

0 comments on commit 5d51dc3

Please sign in to comment.