Skip to content

Commit

Permalink
added api version note (#3434)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Nov 30, 2021
1 parent 43a897c commit 53abd8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,10 @@ Example:
BannerAdUnit bannerAdUnit = new BannerAdUnit("PREBID_SERVER_CONFIGURATION_ID", 300, 250);
bannerAdUnit.setUserKeyword("my_key", "my_value");
BannerBaseAdUnit.Parameters parameters = new BannerBaseAdUnit.Parameters();
parameters.setApi(Arrays.asList(new Signals.Api(6, 7)));
parameters.setApi(Arrays.asList(new Signals.Api(7)));
```

Note that the OMID value for imp.banner/video/native.api field should be 7, as defined by the IAB in the [OMSDK v1.2 document](https://s3-us-west-2.amazonaws.com/omsdk-files/docs/Open+Measurement+SDK+Onboarding_version_1.2.pdf).


### Inventory (Context) Keywords
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 @@ -219,7 +219,7 @@ parameters.api = [Signals.Api(7)]
adUnit.setParameters(parameters);
```


Note that the OMID value for imp.banner/video/native.api field should be 7, as defined by the IAB in the [OMSDK v1.2 document](https://s3-us-west-2.amazonaws.com/omsdk-files/docs/Open+Measurement+SDK+Onboarding_version_1.2.pdf).


## Inventory (Context) Keywords
Expand Down

0 comments on commit 53abd8f

Please sign in to comment.