Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Bid Adapter : A1Media #4834

Merged
merged 1 commit into from
Sep 19, 2023
Merged
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
37 changes: 37 additions & 0 deletions dev-docs/bidders/a1media.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: bidder
title: A1Media
description: Prebid A1Media Bidder Adapter
biddercode: a1media
tcfeu_supported: false
gvl_id: none
usp_supported: false
coppa_supported: false
gpp_supported: false
schain_supported: true
dchain_supported: false
media_types: banner, video, native
safeframes_ok: false
deals_supported: false
floors_supported: true
pbjs: true
pbs: false
prebid_member: false
multiformat_supported: will-bid-on-one
ortb_blocking_supported: partial
sidebarType: 1
---

### Note

The A1Media Bidding adapter requires setup before beginning. Please contact us at <dev@a1mediagroup.co.kr>.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------------------------------------|-------------------------------------|----------|
| `bidfloor` | optional | Bid Floor Price, It is used if the Floor Module is not available | `0.9` | `float` |
| `currency` | optional | Currency For Bid and Bid Floor, It is used if the Currency Module is not available | `'JPY'` | `string` |
| `bcat` | optional | Blocked advertiser categories using the IAB content categories | `['IAB1-1']` | `string array` |
| `battr` | optional | Blocked creative attributes | `[ 13 ]` | `integer array` |