Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions dev-docs/bidders/leagueM.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,19 @@
privacy_sandbox: no
---

### Prebid.js Bid params

Check failure on line 25 in dev-docs/bidders/leagueM.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Heading levels should only increment by one level at a time

dev-docs/bidders/leagueM.md:25 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md001.md

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |

Check failure on line 28 in dev-docs/bidders/leagueM.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Tables should be surrounded by blank lines

dev-docs/bidders/leagueM.md:28 MD058/blanks-around-tables Tables should be surrounded by blank lines [Context: "| Name | Scope | Des..."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md058.md
|-------------|----------|-----------------------------|------------------------------------|-----------|
| `pid` | required | Placement ID | `0e232769e6f71d291ee7dbc9d157cf84` | `string` |
| `env` | optional | Environment name | `leagueM` | `string` |
| `ext` | optional | Specific integration config | `{}` | `object` |

### Prebid Server Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |

Check failure on line 37 in dev-docs/bidders/leagueM.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Tables should be surrounded by blank lines

dev-docs/bidders/leagueM.md:37 MD058/blanks-around-tables Tables should be surrounded by blank lines [Context: "| Name | Scope | Des..."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md058.md
|-------------|----------|-----------------------------|------------------------------------|-----------|
| `pid` | required | Placement ID | `0e232769e6f71d291ee7dbc9d157cf84` | `string` |
| `env` | required | Environment name | `leagueM` | `string` |

Check failure on line 40 in dev-docs/bidders/leagueM.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Files should end with a single newline character

dev-docs/bidders/leagueM.md:40:105 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md047.md
Loading