Skip to content

Commit ddc3a0d

Browse files
committed
Deprecate old OCM bidder adapter and update doc for the orangeclickmedia bidder.
1 parent 2591691 commit ddc3a0d

File tree

2 files changed

+5
-113
lines changed

2 files changed

+5
-113
lines changed

dev-docs/bidders/ocm.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

dev-docs/bidders/orangeclickmedia.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: bidder
3-
title: OCM Media
4-
description: OCM Media bidder adapter
3+
title: OCM
4+
description: OrangeClickMedia bidder adapter
55
biddercode: orangeclickmedia
66
pbjs: true
77
pbs: true
@@ -28,7 +28,7 @@ sidebarType: 1
2828
| Name | Scope | Description | Example | Type |
2929
|:--------------|:---------|:------------------------------------------------------|:--------------------------------|:----------|
3030
| `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` |
3232
| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` |
3333
| `publisherId` | required | Publisher ID | `'12345'` | `string` |
3434
| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` |
@@ -37,6 +37,6 @@ sidebarType: 1
3737
| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` |
3838
| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` |
3939

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`.
4141

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

Comments
 (0)