From f318cae0888bf28f79a78542f85ceaceade92108 Mon Sep 17 00:00:00 2001 From: Tjorven Beckedorf Date: Wed, 21 Jan 2026 16:49:39 +0100 Subject: [PATCH 1/4] remove md file of no longer needed emetriq adapter --- dev-docs/bidders/emetriq.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-docs/bidders/emetriq.md diff --git a/dev-docs/bidders/emetriq.md b/dev-docs/bidders/emetriq.md deleted file mode 100644 index 17b59ae32b..0000000000 --- a/dev-docs/bidders/emetriq.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: bidder -title: emetriq -description: emetriq Bidder Adapter -biddercode: emetriq -aliasCode: appnexus -tcfeu_supported: true -gvl_id: 213 -schain_supported: true -userId: all -media_types: banner, video, native -safeframes_ok: true -deals_supported: true -pbjs: true -pbs: true -prebid_member: false -multiformat_supported: will-bid-on-any -sidebarType: 1 ---- -### Bid Params - -{: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|-----------------------|-----------|-----------| -| `placement_id` (PBS+PBJS) or `placementId` (PBJS) | required | Placement id | `'32068254'` | `string` | - -emetriq is an aliased bidder for AppNexus. - -### Note - -For setup with emetriq, please reach out to [admins@emetriq.com](mailto:admins@emetriq.com) From 7695c4c51d35402fb41718283bcd78742b052ace Mon Sep 17 00:00:00 2001 From: Markus Klink Date: Mon, 9 Feb 2026 11:44:48 +0100 Subject: [PATCH 2/4] Add initial documentation --- dev-docs/bidders/tadvertising_blis.md | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dev-docs/bidders/tadvertising_blis.md diff --git a/dev-docs/bidders/tadvertising_blis.md b/dev-docs/bidders/tadvertising_blis.md new file mode 100644 index 0000000000..5110a6bb75 --- /dev/null +++ b/dev-docs/bidders/tadvertising_blis.md @@ -0,0 +1,39 @@ +--- +layout: bidder +title: T-Advertising Solutions +description: T-Advertising Solutions Prebid Bidder Blis Adapter +biddercode: tadvertising_blis +tcfeu_supported: true +gvl_id: 213 +usp_supported: true +coppa_supported: true +gpp_sids: tcfeu, usnat, usp +schain_supported: true +dchain_supported: false +userId: adserver, liveramp, sharedid, pubcid, id5-sync, criteo +media_types: banner, video, native +safeframes_ok: false +deals_supported: true +floors_supported: true +fpd_supported: false +pbjs: false +pbs: true +pbs_app_supported: true +prebid_member: true +multiformat_supported: will-bid-on-one +ortb_blocking_supported: partial +privacy_sandbox: no +--- + +### Disclosure + +{: .alert.alert-danger :} +Note: The T-Advertising Solutions Bidding adapter requires setup and approval from the T-Advertising Solutions service team. Please reach out to your account manager for more information to start using it. + +### Bid Params + +{: .table .table-bordered .table-striped } + +Name | Scope | Description | Example | Type +--- | --- | --- | --- | ---- +`publisherId` | required | The publisher ID | `'1427ab10f2e448057ed3b422'` | `String` \ No newline at end of file From 1131fcc18d132781f17c2c6abb7c8b4fbee5e904 Mon Sep 17 00:00:00 2001 From: Tjorven Beckedorf Date: Mon, 2 Mar 2026 14:29:39 +0100 Subject: [PATCH 3/4] fix table borders --- dev-docs/bidders/tadvertising_blis.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-docs/bidders/tadvertising_blis.md b/dev-docs/bidders/tadvertising_blis.md index 5110a6bb75..c72505d12c 100644 --- a/dev-docs/bidders/tadvertising_blis.md +++ b/dev-docs/bidders/tadvertising_blis.md @@ -33,7 +33,6 @@ Note: The T-Advertising Solutions Bidding adapter requires setup and approval fr ### Bid Params {: .table .table-bordered .table-striped } - -Name | Scope | Description | Example | Type ---- | --- | --- | --- | ---- -`publisherId` | required | The publisher ID | `'1427ab10f2e448057ed3b422'` | `String` \ No newline at end of file +| Name | Scope | Description | Example | Type | +|---------------|----------|------------------|------------------------------|----------| +| `publisherId` | required | The publisher ID | `'1427ab10f2e448057ed3b422'` | `String` | \ No newline at end of file From 509df03e4e016db0bd5d193ac44fdc381ac8f581 Mon Sep 17 00:00:00 2001 From: Tjorven Beckedorf Date: Mon, 2 Mar 2026 14:45:45 +0100 Subject: [PATCH 4/4] add trailing line at document end --- dev-docs/bidders/tadvertising_blis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/tadvertising_blis.md b/dev-docs/bidders/tadvertising_blis.md index c72505d12c..bf336dc8c0 100644 --- a/dev-docs/bidders/tadvertising_blis.md +++ b/dev-docs/bidders/tadvertising_blis.md @@ -35,4 +35,4 @@ Note: The T-Advertising Solutions Bidding adapter requires setup and approval fr {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | |---------------|----------|------------------|------------------------------|----------| -| `publisherId` | required | The publisher ID | `'1427ab10f2e448057ed3b422'` | `String` | \ No newline at end of file +| `publisherId` | required | The publisher ID | `'1427ab10f2e448057ed3b422'` | `String` |