From 4edac1abfa49dc8009d1d49a5e46b4ca90b26280 Mon Sep 17 00:00:00 2001 From: Jason Quaccia Date: Wed, 28 May 2025 11:12:57 -0700 Subject: [PATCH] added new endpoint compression flag --- _includes/dev-docs/bidder-meta-data.html | 10 ++++++++-- dev-docs/bidders/pubmatic.md | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/_includes/dev-docs/bidder-meta-data.html b/_includes/dev-docs/bidder-meta-data.html index 734f9bbff4..4fd1a4da92 100644 --- a/_includes/dev-docs/bidder-meta-data.html +++ b/_includes/dev-docs/bidder-meta-data.html @@ -54,14 +54,18 @@ {% if page.fpd_supported == true %}yes{% elsif page.fpd_supported == false %}no{% else %}check with bidder{% endif %} - User IDs - {% if page.userIds and page.userIds != '' %}{{page.userIds}}{% else %}none{% endif %} + Endpoint Compression + {% if page.endpoint_compression == true %}yes{% elsif page.endpoint_compression == false %}no{% else %}check with bidder{% endif %} ORTB Blocking Support {% if page.ortb_blocking_supported == true %}yes{% elsif page.ortb_blocking_supported == false %}no{% elsif page.ortb_blocking_supported == 'partial' %}partial{% else %}check with bidder{% endif %} + User IDs + {% if page.userIds and page.userIds != '' %}{{page.userIds}}{% else %}none{% endif %} Privacy Sandbox {% if page.privacy_sandbox %}{{page.privacy_sandbox}}{% else %}check with bidder{% endif %} + + {% if page.pbs == true %} Prebid Server App Support {% if page.pbs_app_supported == false %}no{% elsif page.pbs_app_supported == true %}yes{% else %}check with bidder{% endif %} @@ -69,6 +73,8 @@ {% endif %} + + diff --git a/dev-docs/bidders/pubmatic.md b/dev-docs/bidders/pubmatic.md index 24b1e44080..706217f9c7 100644 --- a/dev-docs/bidders/pubmatic.md +++ b/dev-docs/bidders/pubmatic.md @@ -22,6 +22,7 @@ ortb_blocking_supported: true gvl_id: 76 multiformat_supported: will-bid-on-one sidebarType: 1 +endpoint_compression: true --- ### Prebid Server Note