You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/bidders/showheroes.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ fpd_supported: true
15
15
multiformat_supported: will-bid-on-one
16
16
sidebarType: 1
17
17
pbs: true
18
+
endpoint_compression: true
18
19
---
19
20
20
21
{: .alert.alert-danger :}
@@ -197,3 +198,22 @@ pbjs.que.push(function () {
197
198
```
198
199
199
200
You can use this example and place in the `hello_world` gpt integration test page
201
+
202
+
## Endpoint Compression
203
+
204
+
This adapter utilizes gzip compression support built into Prebid.js core. For more information, see [Compression Support for Outgoing Requests](https://docs.prebid.org/dev-docs/bidder-adaptor.html#compression-support-for-outgoing-requests)
205
+
206
+
### Disabling Compression
207
+
208
+
You can disable gzip compression at the bidder level using `pbjs.setBidderConfig`. Set the `gzipEnabled` value to false:
0 commit comments