Skip to content

Commit

Permalink
Update module H12 Media (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
h12media authored Mar 25, 2021
1 parent 0b12f08 commit 862156e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions dev-docs/bidders/h12media.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ pbjs: true
biddercode: h12media
media_types: banner
gdpr_supported: true
usp_supported: true
userIds: all
---


### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|------------------------|-----------------------------|----------|
| `pubid` | required | Publisher ID | `123` | `string` |
| `placementid` | optional | Publisher placement ID | `321` | `string` |
| `size` | optional | Creative size | `'300x250'` | `string` |
| `endpointdom` | optional | Custom Endpoint URL | `https://h12-media.com/bid` | `string` |
| Name | Scope | Description | Example | Type |
|------------------|----------|------------------------|-----------------------------|----------|
| `pubid` | required | Publisher ID | `123` | `string` |
| `pubsubid` | optional | Publisher Sub ID | `123` | `string` |
| `pubcontainerid` | optional | Custom container ID | `123` | `string` |
| `placementid` | optional | Publisher placement ID | `321` | `string` |
| `size` | optional | Creative size | `'300x250'` | `string` |
| `endpointdom` | optional | Custom Endpoint URL | `https://h12-media.com/bid` | `string` |

Example:

Expand Down

0 comments on commit 862156e

Please sign in to comment.