Skip to content

Commit

Permalink
AdView: support multi imps request
Browse files Browse the repository at this point in the history
  • Loading branch information
wilder0601 committed Feb 2, 2024
1 parent abb09ec commit 5556941
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions dev-docs/bidders/adview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,28 @@ tcfeu_supported: true
gvl_id: 1022
usp_supported: true
coppa_supported: true
gpp_supported: true
schain_supported: true
dchain_supported: false
userId:
media_types: banner, video, native
safeframes_ok: true
floors_supported: true
bidder_supports_deals: true
pbjs: false
pbs: true
pbs_app_supported: true
prebid_member: false
sidebarType: 1
multiformat_supported: will-bid-on-any
ortb_blocking_supported: true
---

### Note
### Note:

Check failure on line 24 in dev-docs/bidders/adview.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Trailing punctuation in heading

dev-docs/bidders/adview.md:24:9 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md026.md

Currently adapter doesn’t support multi impression and can not perform impression splitting, so only the first impression will be delivered.

The Example Bidding adapter requires setup before beginning. Please contact us at <[email protected]>
The Example Bidding adapter requires setup before beginning. Please contact us at [email protected]

Check failure on line 26 in dev-docs/bidders/adview.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Bare URL used

dev-docs/bidders/adview.md:26:83 MD034/no-bare-urls Bare URL used [Context: "[email protected]"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md034.md

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|-----------|----------|
| `placementId` | required | Placement ID | `'posid00001'` | `string` |
| `accountId` | required | Account ID | `'accountid01'` | `string` |
| `accountId` | required | Account ID | `'accountid01'` | `string` |

Check failure on line 34 in dev-docs/bidders/adview.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Files should end with a single newline character

dev-docs/bidders/adview.md:34:68 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md047.md

0 comments on commit 5556941

Please sign in to comment.