diff --git a/dev-docs/bidders/33across.md b/dev-docs/bidders/33across.md index cc457b8713..91934b90ae 100644 --- a/dev-docs/bidders/33across.md +++ b/dev-docs/bidders/33across.md @@ -156,4 +156,13 @@ var adUnits = [ ... } ``` - +### SRA Mode +We recommend using SRA mode to optimize the bidding process as this allows our adapter to group together bid requests for Ad Units pertaining to the same product and site ID thereby minimizing the number of http requests made to our endpoint. To enable SRA set the following bidder specific config under 33Across +``` +pbjs.setBidderConfig({ + bidders: ['33across'], + config: { + enableSRAMode: true + } +}); +``` \ No newline at end of file