diff --git a/dev-docs/bidders/synacormedia.md b/dev-docs/bidders/synacormedia.md index 240982c701..b05f4d5e0f 100644 --- a/dev-docs/bidders/synacormedia.md +++ b/dev-docs/bidders/synacormedia.md @@ -47,7 +47,7 @@ https://track.technoratimedia.com/openrtb/tags?ID=%%PATTERN:hb_cache_id_synacorm | Name | Scope | Description | Example | Type | | ---- | ----- | ----------- | ------- | ---- | | `seatId` | required | The seat ID from Synacor Media. This will be the same for all ad units. | `'prebid'` | `string` | -| `placementId` | required | The placement ID from Synacor Media. | `'demo1'` | `string` | +| `tagId` | required | The placement or tag ID from Synacor Media. | `'demo1'` | `string` | | `bidfloor` | optional | The floor price for the request. | `0.1` | `float` | | `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `0` | `int` | | `video` | optional | Optional properties specific to video, see next table | `{ }` | Object | @@ -66,7 +66,7 @@ var adUnits = [{ "bidder": "synacormedia", "params": { "seatId": "prebid", - "placementId": "demo1", + "tagId": "demo1", "bidfloor": 0.20, "pos": 1, "video": {