From 1106e64682efbbeea74fe0299d70689414e3ba5d Mon Sep 17 00:00:00 2001 From: Ritesh Ghodrao Date: Sat, 16 May 2026 19:09:50 +0530 Subject: [PATCH 1/2] added halo docs --- dev-docs/bidders/haloads.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dev-docs/bidders/haloads.md diff --git a/dev-docs/bidders/haloads.md b/dev-docs/bidders/haloads.md new file mode 100644 index 0000000000..ea55386d9d --- /dev/null +++ b/dev-docs/bidders/haloads.md @@ -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. \ No newline at end of file From d55bae2d1b001210057e8dc4224e0266e8db04e7 Mon Sep 17 00:00:00 2001 From: Ritesh Date: Sun, 31 May 2026 00:48:55 +0530 Subject: [PATCH 2/2] lint changes --- dev-docs/bidders/haloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/haloads.md b/dev-docs/bidders/haloads.md index ea55386d9d..6093282724 100644 --- a/dev-docs/bidders/haloads.md +++ b/dev-docs/bidders/haloads.md @@ -29,4 +29,4 @@ sidebarType: 1 ## Note -Both `placementId` or `accountId` are mandatory. \ No newline at end of file +Both `placementId` or `accountId` are mandatory.