Skip to content

Commit

Permalink
Remove unused parameters (#211)
Browse files Browse the repository at this point in the history
Relevant PR on main project repo: prebid/Prebid.js#1107
  • Loading branch information
ronenst authored and rmloveland committed May 4, 2017
1 parent 65925c7 commit affe2ff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions dev-docs/bidders/hiromedia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/'` |

0 comments on commit affe2ff

Please sign in to comment.