From 88cb83bf03060141265d13cccd3008517833ed7f Mon Sep 17 00:00:00 2001 From: Ronen Stern Date: Thu, 6 Apr 2017 15:38:44 +0300 Subject: [PATCH] Remove unused parameters Relevant PR on main project repo: https://github.com/prebid/Prebid.js/pull/1107 --- dev-docs/bidders/hiromedia.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/hiromedia.md b/dev-docs/bidders/hiromedia.md index 1d86be8db2..5b534da66c 100644 --- a/dev-docs/bidders/hiromedia.md +++ b/dev-docs/bidders/hiromedia.md @@ -18,9 +18,7 @@ biddercode_longer_than_12: false ### bid params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | -|:----------------|:---------|:-------------------------------------|:-------------------------| -| `accountId` | required | Account ID | `'750'` | -| `bidUrl` | optional | The bid server endpoint URL | `'https://example.com/'` | -| `allowedSize` | optional | Placement size to allow | `[300,600]` | -| `sizeTolerance` | optional | Tolerance of `allowedSize` in pixels | `5` | +| Name | Scope | Description | Example | +|:------------|:---------|:----------------------------|:-------------------------| +| `accountId` | required | Account ID | `'750'` | +| `bidUrl` | optional | The bid server endpoint URL | `'https://example.com/'` |