From c71183546cb09522645b85baba1cf64778903a66 Mon Sep 17 00:00:00 2001 From: mikhailzamoyskiy Date: Fri, 14 Aug 2026 13:25:54 +0300 Subject: [PATCH 1/2] add tfc-eu support for trafficgate --- dev-docs/bidders/trafficgate.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/bidders/trafficgate.md b/dev-docs/bidders/trafficgate.md index 357660317f..fea73b133a 100644 --- a/dev-docs/bidders/trafficgate.md +++ b/dev-docs/bidders/trafficgate.md @@ -6,7 +6,8 @@ pbs: true pbjs: true biddercode: trafficgate media_types: banner, video -tcfeu_supported: false +gvl_id: 1272 +tcfeu_supported: true pbs_app_supported: true multiformat_supported: will-bid-on-any usp_supported: true From 93416e706a35ea4ba6ce1787bcf55f4d61b3f683 Mon Sep 17 00:00:00 2001 From: mikhailzamoyskiy Date: Fri, 14 Aug 2026 13:43:03 +0300 Subject: [PATCH 2/2] fix markdownlint-cli2 v0.22.1 errors --- dev-docs/bidders/trafficgate.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/dev-docs/bidders/trafficgate.md b/dev-docs/bidders/trafficgate.md index fea73b133a..608322a322 100644 --- a/dev-docs/bidders/trafficgate.md +++ b/dev-docs/bidders/trafficgate.md @@ -23,13 +23,13 @@ ortb_blocking_supported: true safeframes_ok: true --- -### Note +## Note {% include dev-docs/pbjs-adapter-required-for-pbs.md %} The TrafficGate Bidding adapter requires setup before beginning. Please contact us at -### Bid Params +## Bid Params {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | @@ -38,7 +38,7 @@ The TrafficGate Bidding adapter requires setup before beginning. Please contact | `host` | required | Host | `'example'` | `string` | | `customFloor` | optional | Custom Bid Floor | `2.55` | `number` | -### AdUnit Format for Banner +## AdUnit Format for Banner ```javascript var adUnits = [{ @@ -58,32 +58,31 @@ var adUnits = [{ }]; ``` -#### Video +### Video -#### mediaTypes.video +### mediaTypes.video The following video parameters are supported here so publishers may fully declare their video inventory: {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------| -| context | required | instream or outstream |"outstream" | string | -| playerSize| required | width, height of the player in pixels | [640,360] - will be translated to w and h in bid request | array | -| mimes | required | List of content MIME types supported by the player (see openRTB v2.5 for options) | ["video/mp4"]| array| -| protocols | recommended | Supported video bid response protocol values
1: VAST 1.0
2: VAST 2.0
3: VAST 3.0
4: VAST 1.0 Wrapper
5: VAST 2.0 Wrapper
6: VAST 3.0 Wrapper
7: VAST 4.0
8: VAST 4.0 Wrapper | [2,3,5,6] | array| -| api | recommended | Supported API framework values:
1: VPAID 1.0
2: VPAID 2.0
3: MRAID-1
4: ORMMA
5: MRAID-2 | [2] | array | +| Name | Scope | Description | Example | Type | +| --- | --- | --- | --- | --- | +| context | required | instream or outstream | "outstream" | string | +| playerSize | required | width, height of the player in pixels | [640,360] - will be translated to w and h in bid request | array | +| mimes | required | List of content MIME types supported by the player (see openRTB v2.5 for options) | ["video/mp4"] | array | +| protocols | recommended | Supported video bid response protocol values
1: VAST 1.0
2: VAST 2.0
3: VAST 3.0
4: VAST 1.0 Wrapper
5: VAST 2.0 Wrapper
6: VAST 3.0 Wrapper
7: VAST 4.0
8: VAST 4.0 Wrapper | [2,3,5,6] | array | +| api | recommended | Supported API framework values:
1: VPAID 1.0
2: VPAID 2.0
3: MRAID-1
4: ORMMA
5: MRAID-2 | [2] | array | | linearity | recommended | OpenRTB2 linearity. 1: linear (in-stream ad), 2: non-linear (overlay ad) | 1 | integer | | maxduration | recommended | Maximum video ad duration in seconds. | 30 | integer | | minduration | recommended | Minimum video ad duration in seconds | 6 | integer | -| playbackmethod | recommended | Playback methods that may be in use. Only one method is typically used in practice. (see openRTB v2.5 section 5.10 for options)| [2]| array | +| playbackmethod | recommended | Playback methods that may be in use. Only one method is typically used in practice. (see openRTB v2.5 section 5.10 for options) | [2] | array | | minbitrate | optional | Minimum bit rate in Kbps. | 300 | integer | | maxbitrate | optional | Maximum bit rate in Kbps. | 9600 | integer | -| battr | optional | Blocked creative attributes | [13,14] | array| +| battr | optional | Blocked creative attributes | [13,14] | array | | startdelay | recommended | Indicates the start delay in seconds for pre-roll, mid-roll, or post-roll ad placements.
>0: Mid-Roll (value indicates start delay in second)
0: Pre-Roll
-1: Generic Mid-Roll
-2: Generic Post-Roll | 0 | integer | | placement | recommended | Placement type for the impression. (see openRTB v2.5 section 5.9 for options) | 1 | integer | -| | | | | | -### AdUnit Format for Video +## AdUnit Format for Video ```javascript var videoAdUnits = [{