Skip to content

Commit

Permalink
added a note about hb_bidder_biddercode
Browse files Browse the repository at this point in the history
  • Loading branch information
RRSchweitzer committed Jun 9, 2021
1 parent 0370afc commit 0e8bd96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-docs/publisher-api-reference/setConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ config.setConfig({

##### Details on the allowSendAllBidsTargetingKeys setting

The `allowSendAllBidsTargetingKeys` is similar to `allowTargetingKeys` except it limits any default bidder specific keys sent to the adserver when sendAllBids is enabled. Any default bidder specific keys that do not match the mask will not be sent to the adserver. This setting can be helpful if you find that your default Prebid.js implementation is sending key values that your adserver isn't configured to process; extraneous key values may lead to the ad server request being truncated, which can cause potential issues with the delivery or rendering ads.
The `allowSendAllBidsTargetingKeys` is similar to `allowTargetingKeys` except it limits any default bidder specific keys sent to the adserver when sendAllBids is enabled. Any default bidder specific keys that do not match the mask will not be sent to the adserver. This setting can be helpful if you find that your default Prebid.js implementation is sending key values that your adserver isn't configured to process; extraneous key values may lead to the ad server request being truncated, which can cause potential issues with the delivery or rendering ads. An example of an extraneous key value many publisher may find redudnant and want to remove would be `hb_bidder_biddercode = biddercode`.

Below is an example config of `allowSendAllBidsTargetingKeys` excluding all default send all bids targeting keys except `hb_adid_biddercode`, `hb_pb_biddercode`:

Expand All @@ -839,6 +839,7 @@ config.setConfig({
});
```


<a name="setConfig-Configure-Responsive-Ads" />

#### Configure Responsive Ads
Expand Down

0 comments on commit 0e8bd96

Please sign in to comment.