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