Skip to content

Commit

Permalink
Triplelift: FPD details (prebid#3651)
Browse files Browse the repository at this point in the history
* adds disclaimer

* adds triplelift fpd to docs

* triplelift fpd revisions

* triplelift native only

* triplelift native info
  • Loading branch information
nllerandi3lift authored and jlaso committed Aug 31, 2023
1 parent 4e19b2f commit 35e6028
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
17 changes: 17 additions & 0 deletions dev-docs/bidders/triplelift.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ The Triplelift Prebid Server bidding adapter and user sync endpoint require setu
{% endcapture %}
{% include alerts/alert_important.html content=version2 %}

### Table of Contents

- [Bid Params](#triplelift-bid-params)
- [First Party Data](#triplelift-first-party)

<a name="triplelift-bid-params" />

### Bid Params

{: .table .table-bordered .table-striped }
Expand All @@ -36,3 +43,13 @@ The Triplelift Prebid Server bidding adapter and user sync endpoint require setu
| `video` | required for instream video | oRTB video object | `{ mimes: ['video/mp4'], w: 640, h: 480 }` | `object` |
| `video.w` | required for instream video | oRTB video object width dimension | `640` | `int` |
| `video.h` | required for instream video | oRTB video object height dimension | `480` | `int` |

<a name="triplelift-first-party" />

### First Party Data

Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html). The following fields are supported:
- `ortb2.site.*`: Standard IAB OpenRTB 2.5 site fields
- `ortb2.user.*`: Standard IAB OpenRTB 2.5 user fields

AdUnit-specific data is supported using `AdUnit.ortb2Imp.ext.*`
25 changes: 24 additions & 1 deletion dev-docs/bidders/triplelift_native.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,44 @@ usp_supported: true
coppa_supported: true
schain_supported: true
floors_supported: true
media_types: banner, video, native
media_types: native
userIds: criteo, identityLink, unifiedId
prebid_member: true
safeframes_ok: true
deals_supported: true
pbjs: true
pbs: true
pbs_app_supported: true
fpd_supported: true
gvl_id: 28
---

{% capture version2 %}
The Triplelift Prebid Server bidding adapter and user sync endpoint require setup before beginning. Please contact us at [email protected].
{% endcapture %}
{% include alerts/alert_important.html content=version2 %}

This is a Prebid Server adapter for running component native only. For the standard Prebid JS Triplelift bid adapter, see the "Triplelift" bidder.

### Table of Contents

- [Bid Params](#triplelift-bid-params)
- [First Party Data](#triplelift-first-party)

<a name="triplelift-bid-params" />

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|------------|----------|------------------------|---------|----------|
| inventoryCode | required | TripleLift inventory code for this ad unit (provided to you by your partner manager) | 'code1' | string |
| floor | optional | the bid floor, in usd | 1.2 | number |

<a name="triplelift-first-party" />

### First Party Data

Triplelift supports standard IAB OpenRTB 2.5 First Party Data fields, including:
- `site.*`
- `user.*`

0 comments on commit 35e6028

Please sign in to comment.