From 73377e7e109cfe5a819c978e2a9928262144723f Mon Sep 17 00:00:00 2001 From: Alexander Pykhteyev Date: Fri, 6 Sep 2024 19:58:02 +0700 Subject: [PATCH] Tgm bidder adapter: fix typo (#5584) * Doc for embi media * New TGM bidder adapter * Remove unused * Update TGM adapter doc --------- Co-authored-by: apykhteyev --- dev-docs/bidders/tgm.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-docs/bidders/tgm.md b/dev-docs/bidders/tgm.md index ae5d7a809d..44ccfa797c 100644 --- a/dev-docs/bidders/tgm.md +++ b/dev-docs/bidders/tgm.md @@ -24,17 +24,17 @@ sidebarType: 1 {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|:--------------|:---------|:--------------------------------------------------|:---------------------|:----------| -| `host` | required | Ad network's RTB host | `'ads-gmd.ortb.net'` | `string` | -| `adUnitId` | required | Ad Unit Id will be generated on iionads Platform. | `42` | `integer` | -| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` | -| `publisherId` | required | Publisher ID | `'12345'` | `string` | -| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | -| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | -| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` | -| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | -| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | +| Name | Scope | Description | Example | Type | +|:--------------|:---------|:----------------------------------------------|:---------------------|:----------| +| `host` | required | Ad network's RTB host | `'ads-gmd.ortb.net'` | `string` | +| `adUnitId` | required | Ad Unit Id will be generated on TGM Platform. | `42` | `integer` | +| `adUnitType` | required | Type of Ad Unit (`'video'`, `'banner'`) | `'banner'` | `string` | +| `publisherId` | required | Publisher ID | `'12345'` | `string` | +| `custom1` | optional | Custom targeting field 1 | `'custom1'` | `string` | +| `custom2` | optional | Custom targeting field 2 | `'custom2'` | `string` | +| `custom3` | optional | Custom targeting field 3 | `'custom3'` | `string` | +| `custom4` | optional | Custom targeting field 4 | `'custom4'` | `string` | +| `custom5` | optional | Custom targeting field 5 | `'custom5'` | `string` | TGM server-side Prebid Server adapter requires only `publisherId` and `host` parameters. But TGM client-side Prebid.js adapter requires only `host`, `adUnitId`, `adUnitType`.