Skip to content

Commit

Permalink
Remove invalid multiformat support declaration (#5894)
Browse files Browse the repository at this point in the history
Followup to #5872
  • Loading branch information
muuki88 authored Feb 19, 2025
1 parent 2eca481 commit 883b9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-docs/bidders/caroda.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ schain_supported: true
userIds: all
gvl_id: 954
floors_supported: true
multiformat_supported: will-bid-on-any, will-bid-on-one
fpd_supported: true
safeframes_ok: true
ortb_blocking_supported: false
Expand All @@ -27,6 +26,7 @@ sidebarType: 1
The Caroda Bidding adapter requires setup before beginning. Please contact us on <https://caroda.io/>

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|---------------|----------------------------|-----------------------------------------------------------------|-------------------|-----------|
| `ctok` | required | id unique to a customer | `"abcdef"` | `string` |
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/freedomadnetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ filename: fanAdapter
gvl_id: none
coppa_supported: true
media_types: banner, native
multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid
safeframes_ok: false
deals_supported: false
floors_supported: false
Expand All @@ -32,6 +31,7 @@ The Freedom Ad Network Adapter requires setup before beginning. Please contact u
### Bid Params

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|-----------|-----------|
| `placementId` | required | Placement ID | `'e6203f1e-bd6d-4f42-9895-d1a19cdb83c8'` | `string` |

0 comments on commit 883b9ed

Please sign in to comment.