From aeaac035929f4fc4f3812e3627c2d7e59987480e Mon Sep 17 00:00:00 2001 From: Advertronic Date: Sat, 8 Aug 2026 20:59:56 +0300 Subject: [PATCH 1/2] Add advertronic bidder adapter docs --- dev-docs/bidders/advertronic.md | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dev-docs/bidders/advertronic.md diff --git a/dev-docs/bidders/advertronic.md b/dev-docs/bidders/advertronic.md new file mode 100644 index 0000000000..af667de4cf --- /dev/null +++ b/dev-docs/bidders/advertronic.md @@ -0,0 +1,37 @@ +--- +layout: bidder +title: Advertronic +description: Prebid Advertronic Bidder Adapter +biddercode: advertronic +media_types: banner, video +tcfeu_supported: false +usp_supported: false +coppa_supported: false +schain_supported: false +deals_supported: false +floors_supported: true +safeframes_ok: true +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` | From 68f981b6a2c435738435285aff3d480ddfda0a6e Mon Sep 17 00:00:00 2001 From: Advertronic Date: Tue, 11 Aug 2026 11:08:36 +0300 Subject: [PATCH 2/2] Address review: multiformat_supported, mailto link, markdown lint --- dev-docs/bidders/advertronic.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-docs/bidders/advertronic.md b/dev-docs/bidders/advertronic.md index af667de4cf..0db4dc17cf 100644 --- a/dev-docs/bidders/advertronic.md +++ b/dev-docs/bidders/advertronic.md @@ -4,6 +4,7 @@ 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 @@ -16,11 +17,11 @@ pbs: false sidebarType: 1 --- -### Note +## 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. +reach out to . Bids are returned **net to the publisher** in **RUB**: enable the currency module (or set `adServerCurrency: "RUB"`) if your ad server currency differs. @@ -28,10 +29,10 @@ 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 +## 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` | +| `publisherId` | required | Publisher ID issued during onboarding | `'42'` | `string` | +| `placementId` | required | Placement token issued during onboarding | `'a1b2c3d4e5f6'` | `string` |