Skip to content
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
38 changes: 38 additions & 0 deletions dev-docs/bidders/advertronic.md
Comment thread
muuki88 marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: bidder
title: Advertronic
description: Prebid Advertronic Bidder Adapter
biddercode: advertronic
media_types: banner, video
multiformat_supported: will-bid-on-any
tcfeu_supported: false
usp_supported: false
coppa_supported: false
schain_supported: false
deals_supported: false
floors_supported: true
safeframes_ok: true
Comment thread
muuki88 marked this conversation as resolved.
pbjs: true
pbs: false
sidebarType: 1
---

## Note

The Advertronic bid adapter connects to Advertronic SSP (Russian supply-side
platform). Both `publisherId` and `placementId` are issued during onboarding —
reach out to <info@advertronic.io>.

Bids are returned **net to the publisher** in **RUB**: enable the currency
module (or set `adServerCurrency: "RUB"`) if your ad server currency differs.

Video is supported for both contexts. For `outstream` the adapter supplies its
own renderer (loaded from Advertronic servers) unless the ad unit defines one.

## Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|------------------------------------------|------------------|----------|
| `publisherId` | required | Publisher ID issued during onboarding | `'42'` | `string` |
| `placementId` | required | Placement token issued during onboarding | `'a1b2c3d4e5f6'` | `string` |
Loading