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
32 changes: 32 additions & 0 deletions dev-docs/bidders/haloads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: bidder
title: Halo Ads
description: Halo Ads Bidder Adapter
biddercode: haloads
usp_supported: true
coppa_supported: true
schain_supported: true
media_types: banner, video, native
safeframes_ok: true
deals_supported: false
floors_supported: true
fpd_supported: false
userIds: all
pbjs: true
pbs: false
multiformat_supported: will-bid-on-any
sidebarType: 1
---


## Bid Params

{:.table .table-bordered .table-striped}
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------|---------|----------|
| `placementId` | required | Placement Id | `'123'` | `string` |
| `accountId` | required | Account Id | `'456'` | `string` |

## Note

Both `placementId` or `accountId` are mandatory.

Check failure on line 32 in dev-docs/bidders/haloads.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Files should end with a single newline character

dev-docs/bidders/haloads.md:32:48 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