Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d416f4a

Browse files
bretgrmloveland
authored andcommitted
clarifying bidderSettings/setPriceGranularity message (prebid#232)
1 parent 875d1ac commit d416f4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dev-docs/publisher-api-reference.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Accepted values:
392392

393393
<div class="alert alert-danger" role="alert">
394394
<p>
395-
If you define your own <code>bidderSettings</code> object, the <code>setPriceGranularity</code> method won't have any effect, since it assumes you are setting your own custom values.
395+
If you define 'adserverTargeting' in your own <code>bidderSettings</code> object, the <code>setPriceGranularity</code> method won't have any effect, since it assumes you are setting your own custom values.
396396
</p>
397397
</div>
398398

@@ -571,12 +571,6 @@ Some sample scenarios where publishers may wish to alter the default settings:
571571
* passing additional information to the ad server
572572
* adjusting the bid CPM sent to the ad server
573573

574-
<div class="alert alert-danger" role="alert">
575-
<p>
576-
If you define your own <code>bidderSettings</code> object, the <code>setPriceGranularity</code> method won't have any effect, since it assumes you are setting your own custom values.
577-
</p>
578-
</div>
579-
580574
#### 2. Bidder Setting Attributes
581575

582576
{: .table .table-bordered .table-striped }
@@ -588,6 +582,12 @@ Some sample scenarios where publishers may wish to alter the default settings:
588582
| sendStandardTargeting | adapter-specific | 0.13.0 | true | If adapter-specific targeting is specified, can be used to suppress the standard targeting for that adapter. |
589583
| suppressEmptyKeys | standard or adapter-specific | 0.13.0 | false | If custom adserverTargeting functions are specified that may generate empty keys, this can be used to suppress them. |
590584

585+
<div class="alert alert-danger" role="alert">
586+
<p>
587+
If you define 'adserverTargeting' in your own <code>bidderSettings</code> object, the <code>setPriceGranularity</code> method won't have any effect, since it assumes you are setting your own custom values.
588+
</p>
589+
</div>
590+
591591
##### 2.1. alwaysUseBid
592592

593593
By default, only the winning bid (with the highest cpm) will be sent to the ad server.

0 commit comments

Comments
 (0)