forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Triplelift: FPD details (prebid#3651)
* adds disclaimer * adds triplelift fpd to docs * triplelift fpd revisions * triplelift native only * triplelift native info
- Loading branch information
1 parent
4e19b2f
commit 35e6028
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.*` |