Skip to content

Commit

Permalink
Adagio: add support for Native (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
osazos authored Mar 11, 2021
1 parent 2783367 commit 5633270
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dev-docs/bidders/adagio.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ title: Adagio
description: Prebid Adagio Bidder Adaptor
pbjs: true
biddercode: adagio
media_types: banner, video
media_types: banner, native, video
userIds: britepoolId, criteo, id5Id, identityLink, liveIntentId, netId, parrableId, pubCommonId, pubProvidedId, sharedId, unifiedId
gdpr_supported: true
usp_supported: true
coppa_supported: true
schain_supported: true
gvl_id: 617
prebid_member: true,
---

### Note
Expand All @@ -35,5 +36,13 @@ The Adagio bidder adaptor requires setup and approval from the Adagio team. Plea
| `subcategory`* | optional | Subcategory of the content displayed in the page.<br><i>- max length: 30</i><br><i>- max distinctives values: 50</i> | `'handball'` | `string` |
| `postBid` | optional | Used in Post-Bid context only. | `true` | `boolean` |
| `video` | optional | OpenRTB 2.5 video options object.<br> All options will override ones defined in mediaTypes.video | `{skip: 1, playbackmethod: [6]}` | `object` |
| `native` | optional | Partial OpenRTB Native 1.2 request object. Supported fields are:<br>- context<br>-plcmttype | `{context: 1, plcmttype: 2}` | `object` |


<i>*These parameters will have its accentuated characters converted to their non-accentuated version:&nbsp;`é`&nbsp;=>&nbsp;`e`</i>

### Native Custom assets

| Name | description |
|--------------|-------------------------------------|
| `adagio_bvw` | Url to handle Measure beacon |

0 comments on commit 5633270

Please sign in to comment.