You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/publisher-api-reference.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,7 +392,7 @@ Accepted values:
392
392
393
393
<divclass="alert alert-danger"role="alert">
394
394
<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.
396
396
</p>
397
397
</div>
398
398
@@ -571,12 +571,6 @@ Some sample scenarios where publishers may wish to alter the default settings:
571
571
* passing additional information to the ad server
572
572
* adjusting the bid CPM sent to the ad server
573
573
574
-
<divclass="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
-
580
574
#### 2. Bidder Setting Attributes
581
575
582
576
{: .table .table-bordered .table-striped }
@@ -588,6 +582,12 @@ Some sample scenarios where publishers may wish to alter the default settings:
588
582
| sendStandardTargeting | adapter-specific | 0.13.0 | true | If adapter-specific targeting is specified, can be used to suppress the standard targeting for that adapter. |
589
583
| 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. |
590
584
585
+
<divclass="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
+
591
591
##### 2.1. alwaysUseBid
592
592
593
593
By default, only the winning bid (with the highest cpm) will be sent to the ad server.
0 commit comments