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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The markdown files are linted via [markdownlint-cli](https://github.com/igorshub
51
51
You may need to configure the disabled rules specified in [.markdownlint.json](.markdownlint.json) directly in your project settings. You can invoke linting in CLI via
Copy file name to clipboardExpand all lines: _layouts/bidder.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
<divclass="bs-docs-section">
34
34
<p><ahref="/dev-docs/bidders.html">Back to Bidders</a></p>
35
35
36
-
<h2>{{ page.title }}</h2>
36
+
<h1>{{ page.title }}</h1>
37
37
38
38
{% if page.enable_download == false %}
39
39
<divclass="pb-bidder-s2">
@@ -43,17 +43,17 @@ <h4>Note:</h4> This adapter is not available in current versions of Prebid.js. R
43
43
44
44
{% if page.s2s_only == true %}
45
45
<divclass="pb-bidder-s2">
46
-
<h3>Note:</h3> This is a Prebid Server adapter only.
46
+
<h2>Note:</h2> This is a Prebid Server adapter only.
47
47
</div>
48
48
{% endif %}
49
49
50
-
<h3>Features</h3>
50
+
<h2>Features</h2>
51
51
52
52
{% include dev-docs/bidder-meta-data.html page=page %}
53
53
54
54
{{content}}
55
55
56
-
<h3>"Send All Bids" Ad Server Keys</h3>
56
+
<h2>"Send All Bids" Ad Server Keys</h2>
57
57
58
58
<fontsize="-1">These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.</font>
Copy file name to clipboardExpand all lines: dev-docs/bidders/ttd.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ Note: The Trade Desk Header Bidding adapter requires setup and approval before b
38
38
| Name | Scope | Description | Example | Type |
39
39
| --- | --- | --- | --- | --- |
40
40
|`supplySourceId`| required | The TTD-provided supply source name. |`'supplier'`|`String`|
41
-
|`publisherId`| required | The publisher ID. If there is a sellers.json, this should be the same as the seller_id in the sellers.json for the site being trafficked. If there is no sellers.json, this should be hardcoded to "1". |`'1427ab10f2e448057ed3b422'`|`String`|
41
+
|`publisherId`| required | The publisher ID. If there is a sellers.json, this should be the same as the seller_id in the sellers.json for the site being trafficked. If there is no sellers.json, this should be hardcoded to "1". | 1427ab10f2e448057ed3b422 |`String`|
42
42
|`placementId`| optional | This field is optional if GPID is passed through the GPT module <https://docs.prebid.org/dev-docs/modules/gpt-pre-auction.html>. If that module isn't used, the GPID value should be passed in this field. |`'/1111/home#header'`|`String`|
43
43
|`banner`| optional | Display banner targeting parameters. See the banner section below. |`{}`|`object`|
44
44
|`bidfloor`| optional | Sets a bid floor price |`0.95`|`Float`|
45
-
|`customBidderEndpoint`| optional | Only set if TTD has provided a custom endpoint. If set the custom endpoint will take precedent over the hard-coded endpoints |`https://customBidderEndpoint/bid/bidder/`|`String`|
45
+
|`customBidderEndpoint`| optional | Only set if TTD has provided a custom endpoint. If set the custom endpoint will take precedent over the hard-coded endpoints |`https://custom/bid/`|`String`|
46
46
47
47
## Banner Object
48
48
@@ -54,7 +54,7 @@ The following banner parameters are supported:
54
54
| --- | --- | --- | --- | --- |
55
55
|`expdir`| optional | Directions in which the banner may expand. See "Expandable Direction" in the [OpenRTB 2.5 docs](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf) for possible values. |`[1, 3]`|`Array[integer]`|
56
56
57
-
## `mediaTypes.banner` Parameters
57
+
###`mediaTypes.banner` Parameters
58
58
59
59
The TTD adapter for banner uses certain parameters in the AdUnit's
60
60
[mediaTypes.banner](https://docs.prebid.org/dev-docs/adunit-reference.html#adUnit.mediaTypes.banner) definition. Specifically, `sizes` is required for banner ad units. `pos` is recommended.
@@ -90,7 +90,7 @@ var bannerAdUnit = {
90
90
91
91
## Video
92
92
93
-
## `mediaTypes.video` Parameters
93
+
###`mediaTypes.video` Parameters
94
94
95
95
The TTD adapter for video requires certain parameters in the AdUnit's
96
96
[mediaTypes.video](https://docs.prebid.org/dev-docs/adunit-reference.html#adUnit.mediaTypes.video) definition. Specifically, `maxduration`, `api`, `mimes`, `plcmt`, and `protocols` are all required for video ad units. `playerSize`, `startdelay`, `playbackmethod`, and `pos` are recommended. `minduration`, `minbitrate`, `maxbitrate`, `skip`, `skipmin`, and `skipafter` are optional.
0 commit comments