diff --git a/dev-docs/bidders/triplelift.md b/dev-docs/bidders/triplelift.md
index 24f4b522f3..74c47409ac 100644
--- a/dev-docs/bidders/triplelift.md
+++ b/dev-docs/bidders/triplelift.md
@@ -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)
+
+
+
### Bid Params
{: .table .table-bordered .table-striped }
@@ -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` |
+
+
+
+### 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.*`
\ No newline at end of file
diff --git a/dev-docs/bidders/triplelift_native.md b/dev-docs/bidders/triplelift_native.md
index 8a8c2e00af..b341adcae9 100644
--- a/dev-docs/bidders/triplelift_native.md
+++ b/dev-docs/bidders/triplelift_native.md
@@ -9,7 +9,7 @@ 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
@@ -17,9 +17,24 @@ 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 prebid@triplelift.com.
+{% 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)
+
+
+
### Bid Params
{: .table .table-bordered .table-striped }
@@ -27,3 +42,11 @@ gvl_id: 28
|------------|----------|------------------------|---------|----------|
| 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 |
+
+
+
+### First Party Data
+
+Triplelift supports standard IAB OpenRTB 2.5 First Party Data fields, including:
+- `site.*`
+- `user.*`
\ No newline at end of file