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
3 changes: 2 additions & 1 deletion dev-docs/bidders/equativ.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
schain_supported: true
dchain_support: false
userIds: all
media_types: banner, video, native
media_types: banner, video, native, audio
safeframes_ok: true
deals_supported: false
floors_supported: true
Expand All @@ -26,7 +26,7 @@
sidebarType: 1
---

### Registration

Check failure on line 29 in dev-docs/bidders/equativ.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/equativ.md:29 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

The Equativ bidder adapter requires setup and approval from the Equativ service team. Please reach out to your account manager for more information to start using it.

Expand All @@ -36,7 +36,7 @@

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

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:40 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:40 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:30 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:30 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:16 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:16 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:8 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:8 MD060/table-column-style Table column style [Table pipe is missing space to the left for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 39 in dev-docs/bidders/equativ.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/equativ.md:39:1 MD060/table-column-style Table column style [Table pipe is missing space to the right for style "compact"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| `networkId` | required | The network identifier you have been provided with. Normally required, but there are certain conditions under which this may be omitted. _See **Bid Parameter Usage** notes below for more information_. | `1234` | `integer` |
| `siteId` | optional | The placement site ID. _See **Bid Parameter Usage** notes below for more information_. |`1234` | `integer` |
| `pageId` | optional | The placement page ID. _See **Bid Parameter Usage** notes below for more information_. | `1234` | `integer` |
Expand Down Expand Up @@ -98,6 +98,7 @@
| `banner` | Supported |
| `video` | Supported |
| `native` | Supported |
| `audio` | Supported |

### User Syncing

Expand Down
Loading