Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Mobile: fix the release version of the setOrtb feature #5786

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
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
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
Loading