Skip to content

Commit 3bf32b1

Browse files
authored
Replace pubmatic with generic bidder name
1 parent 1054557 commit 3bf32b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev-docs/publisher-api-reference/bidderSettings.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -361,14 +361,13 @@ This setting can be enabled either:
361361

362362
The default value is `false`, meaning requests are not compressed unless explicitly configured by the publisher.
363363

364-
**Example enabling endpoint compression for a specific bidder (PubMatic):**
364+
**Example enabling endpoint compression for a specific bidder:**
365365

366366
```javascript
367367
pbjs.bidderSettings = {
368-
pubmatic: {
368+
bidderA: {
369369
endpointCompression: true
370370
}
371371
};
372-
```
373372

374373
<hr class="full-rule" />

0 commit comments

Comments
 (0)