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: 4 additions & 4 deletions dev-docs/bidders/adinify.md → dev-docs/bidders/adlywise.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: bidder
title: Adinify
description: Adinify Bidder Adapter
biddercode: adinify
title: Adlywise
description: Adlywise Bidder Adapter
biddercode: adlywise
aliasCode : smarthub
usp_supported: true
coppa_supported: true
Expand All @@ -14,20 +14,20 @@
floors_supported: true
fpd_supported: false
pbjs: true
pbs: true
pbs: false
pbs_app_supported: true
multiformat_supported: will-bid-on-any
---

### Prebid.js Bid Params

Check failure on line 22 in dev-docs/bidders/adlywise.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/adlywise.md:22 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 |
|---------------|----------|---------------------------------|-------------------------------------|-----------|
| `seat` | required | Seat value | `'9Q20EdGxzgWdfPYShScl'` | `string` |
| `token` | required | Token | `'eKmw6alpP3zWQhRCe3flOpz0wpuwRFjW'` | `string` |

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

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:28:113 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

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

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:28:101 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| `iabCat` | optional | Array of IAB content categories that describe the content producer | `['IAB1-1', 'IAB3-1', 'IAB4-3']` | `Array(String)` |

Check failure on line 29 in dev-docs/bidders/adlywise.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:29:150 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 29 in dev-docs/bidders/adlywise.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:29:132 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 29 in dev-docs/bidders/adlywise.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:29:97 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| `minBidfloor` | optional | Minimal CPM value | `0.03` | `float` |

Check failure on line 30 in dev-docs/bidders/adlywise.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:30:101 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 30 in dev-docs/bidders/adlywise.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:30:63 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 30 in dev-docs/bidders/adlywise.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:30:29 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 30 in dev-docs/bidders/adlywise.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adlywise.md:30:18 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| `pos` | optional | The position of the placement on the page, see Open RTB spec v2.5. | `4` | `number` |

### Prebid Server Bid Params
Expand Down
Loading