Viously
Features
| Bidder Code | viously | Prebid.org Member | no | 
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no | 
| Media Types | display, video | Multi Format Support | will-bid-on-one | 
| TCF-EU Support | yes | IAB GVL ID | 1028 | 
| GPP Support | check with bidder | DSA Support | check with bidder | 
| USP/CCPA Support | yes | COPPA Support | check with bidder | 
| Supply Chain Support | no | Demand Chain Support | check with bidder | 
| Safeframes OK | yes | Supports Deals | no | 
| Floors Module Support | no | First Party Data Support | no | 
| User IDs | none | ORTB Blocking Support | no | 
| Privacy Sandbox | check with bidder | 
Note
Viously Header Bidding adapter requires setup and approval. Please reach out to prebid@viously.com for more details.
Bid params
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| pid | required | Your publisher ID. This information will be given to you by the Viously team. | 1234 | integer | 
Banner Object
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| size | required | The size (width, height) of the banner, in pixels. | [640, 480] | String | 
| pos | required | The position of the banner following the OpenRTB spec. | 0 | integer | 
Video Object
| Name | Scope | Description | Example | Type | 
|---|---|---|---|---|
| context | required | The video context, either ‘instream’, ‘outstream’. | instream | String | 
| playerSize | required | The size (width, height) of the video player on the page, in pixels. | [640, 480] | Array<integer> | 
| playbackmethod | required | Defines how the video inventory is initiated following the OpenRTB spec. | [4, 5] | Array<integer> | 
Example
var adUnits = [
    {
        code: 'test-viously',
        mediaTypes: {
            banner: {
                size: [640, 360],
                pos: 0
            }
        },
        bids: [
            {
                bidder: 'viously',
                params: {
                    pid: '20d30b78-43ec-11ed-b878-0242ac120001'
                }
            }
        ]
    }
]
var adUnits = [
    {
        code: 'test-viously',
        mediaTypes: {
            video: {
                playerSize: [640, 360],
                context: 'instream',
                playbackmethod: [1, 2, 3, 4, 5, 6]
            }
        },
        bids: [
            {
                bidder: 'viously',
                params: {
                    pid: '20d30b78-43ec-11ed-b878-0242ac120002'
                }
            }
        ]
    }
]
"Send All Bids" Ad Server Keys
These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.| hb_pb_viously | hb_bidder_viously | hb_adid_viously | 
| hb_size_viously | hb_source_viously | hb_format_viously | 
| hb_cache_host_viousl | hb_cache_id_viously | hb_uuid_viously | 
| hb_cache_path_viousl | hb_deal_viously |