Skip to content

Commit caba1c6

Browse files
authored
updated gzip doc text (prebid#6045)
1 parent 2641987 commit caba1c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dev-docs/bidder-adaptor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ Prebid.js core now includes support for gzip compression of bidder request paylo
277277

278278
Prebid will pass compressed payloads if the following criteria are met:
279279

280-
* `request.options.endpointCompression = true` is set by a bidder with outgoing requests (An example of this can be viewed [here](https://github.com/prebid/Prebid.js/blob/master/modules/pubmaticBidAdapter.js#L730))
281-
* The browser supports gzip compression (Prebid core has a built-in utility function to check this)
282-
* Participating bidders have implemented compression support on their server-side endpoint
280+
* Participating bidders must implement compression support on their server-side endpoint before making a change in their bid adapter in Prebid.js
281+
* Once server-side support is present, `request.options.endpointCompression = true` needs to be set for a bidder's outgoing requests within their Prebid.js bid adapter (An example of this can be viewed [here](https://github.com/prebid/Prebid.js/blob/master/modules/pubmaticBidAdapter.js#L730))
282+
* The browser must support gzip compression (Prebid core has a built-in utility function to check this)
283283

284284
If the above criteria is met, the new Gzip compression can be utilized.
285285

0 commit comments

Comments
 (0)