Yandex
Features
| Bidder Code | yandex | Prebid.org Member | no |
|---|---|---|---|
| Prebid.js Adapter | yes | Prebid Server Adapter | no |
| Media Types | display | Multi Format Support | check with bidder |
| TCF-EU Support | no | IAB GVL ID | check with bidder |
| GPP Support | check with bidder | DSA Support | check with bidder |
| USP/CCPA Support | check with bidder | COPPA Support | check with bidder |
| Supply Chain Support | check with bidder | Demand Chain Support | check with bidder |
| Safeframes OK | check with bidder | Supports Deals | check with bidder |
| Floors Module Support | check with bidder | First Party Data Support | check with bidder |
| Endpoint Compression | check with bidder | ORTB Blocking Support | check with bidder |
| User IDs | none | Privacy Sandbox | topics |
Prebid Client
This Adapter integrates with Yandex’s ad services. Please reach out to prebid@yandex-team.com for the integration guide and more details.
For detailed auction analytics, check out our Analytics Adapter.
To improve the personalization of ads for publishers’ users, check out our User ID Module.
Client Bid Params
| Name | Scope | Description | Example | Type |
|---|---|---|---|---|
placementId |
required | Ad unit ID. Prebid versions > 7.30 | R-A-1234567-1 |
String |
cur |
optional | CPM currency to be received. Prebid versions > 8.4 | CHF, GBP, USD, EUR, TRY |
String |
pageId |
optional, deprecated in favor of placementId |
Page ID | 123 |
Integer |
impId |
optional, deprecated in favor of placementId |
Imp ID | 1 |
Integer |
Client Test Parameters
// Simple banner
const adUnits = [{
code: 'adunit-1',
mediaTypes: {
banner: {
sizes: [[300, 250]],
}
},
bids: [
{
bidder: 'yandex',
params: {
placementId: 'R-A-1234567-1',
cur: 'USD',
},
}
]
}];
Topics Iframe Configuration
Topics First Party Data (FPD) Module topicsFpdModule should be included in prebid final package to call topics API.
pbjs.setConfig({
userSync: {
// ...,
topics: {
bidders: [{
bidder: 'yandex',
iframeURL: 'https://yandex.ru/ads/prebid/topics_frame.html'
}]
}
// ...
}
})
"Send All Bids" Ad Server Keys
These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.hb_pb_yandex |
hb_bidder_yandex |
hb_adid_yandex |
hb_size_yandex |
hb_source_yandex |
hb_format_yandex |
hb_cache_host_yandex |
hb_cache_id_yandex |
hb_uuid_yandex |
hb_cache_path_yandex |
hb_deal_yandex |