Skip to content

Commit

Permalink
Update param from dl to dataLayer
Browse files Browse the repository at this point in the history
- Improve description, fix example..
  • Loading branch information
Clement3 committed Mar 22, 2023
1 parent f547608 commit 20ffafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/adagio.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ pbjs.bidderSettings = {
| `category`* | recommended | Category of the content displayed in the page.<br><i>- max length: 30</i><br><i>- max distinctives values: 50</i> | `'sport'` | `string` |
| `video` | optional | OpenRTB video options object. All options will override ones defined in mediaTypes video.<br>Mandatory: <br>- api <small><i>(your video player must at least support the value 2 and/or 7)</i></small><br> Highly recommended: <br> - playbackmethod | `{api: [2, 7], playbackmethod: [6], skip: 1, startdelay: 0}` |
| `native` | optional | Partial OpenRTB Native 1.2 request object. Supported fields are:<br>- context<br>- plcmttype | `{context: 1, plcmttype: 2}` | `object` |
| `splitKeyword` | optional | Allow to target a split rule in the case of a direct connection | `'splitrule-one'` | `string` |
| `dl` | optional | The Data Layer allows you to set key values ​​for a particular adUnit | `{placement: 'my-placement', 'siteid', 'my-siteid'}` | `object` |
| `splitKeyword` | optional | Keyword that can later be used in a split rule targeting to trigger the rule (especially for Direct Seats AB testing) | `'splitrule-one'` | `string` |
| `dataLayer` | optional | Allows to set key-values to be used in templates for bidder's mappings definition | `{placement: 'my-placement', siteid: 'my-siteid'}` | `object` |

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

Expand Down

0 comments on commit 20ffafe

Please sign in to comment.