You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`host`| required | Ad network's RTB host |`'scotty.orangeclickmedia.com'`|`string`|
31
-
|`adUnitId`| required | Ad Unit Id will be generated on OCM Media Platform. |`42`|`integer`|
31
+
|`adUnitId`| required | Ad Unit Id will be generated on OCM Platform.|`42`|`integer`|
32
32
|`adUnitType`| required | Type of Ad Unit (`'video'`, `'banner'`) |`'banner'`|`string`|
33
33
|`publisherId`| required | Publisher ID |`'12345'`|`string`|
34
34
|`custom1`| optional | Custom targeting field 1 |`'custom1'`|`string`|
@@ -37,6 +37,6 @@ sidebarType: 1
37
37
|`custom4`| optional | Custom targeting field 4 |`'custom4'`|`string`|
38
38
|`custom5`| optional | Custom targeting field 5 |`'custom5'`|`string`|
39
39
40
-
OCM Media server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But OCM Media client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
40
+
OCM server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But OCM client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.
41
41
42
-
OCM Media server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But OCM Media client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.
42
+
OCM server-side Prebid Server adapter supports only `banner`, `video`, `audio`, `native` media types. But OCM client-side Prebid.js adapter supports only `banner` and `video` media types, doesn't support `audio` and `native`.
0 commit comments