AlgoriX
Features
Bidder Code | algorix | Prebid.org Member | yes |
---|---|---|---|
Prebid.js Adapter | yes | Prebid Server Adapter | yes |
Media Types | display, video, native | Multi Format Support | check with bidder |
TCF-EU Support | yes | IAB GVL ID | 1176 |
GPP Support | check with bidder | DSA Support | check with bidder |
USP/CCPA Support | yes | COPPA Support | yes |
Supply Chain Support | yes | 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 |
User IDs | all | ORTB Blocking Support | check with bidder |
Privacy Sandbox | check with bidder | Prebid Server App Support | yes |
Note
AlgoriX adapter requires setup and approval from the AlgoriX team, even for existing in-app developers and publishers. Please reach out to your account team or email to prebid@algorix.co for more information.
Prebid Server Adapter Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
sid |
required | Sid | '30014' |
string |
token |
required | Token | '028bca2d3b5c4f0ba155fa34864b0c4d' |
string |
placementId |
optional | Placement Id | '123456' |
string |
appId |
optional | App Id | 'asdasdasd' |
string |
region |
optional | Server Region | 'APAC', 'USE', 'EUC' |
string |
Note:
- Prebid Server adapter only checks for and uses first imp bid params. All other imp bid params are ignored.
- placementId and appId will be generated on AlgoriX Platform.
- region is optional param, which determine the AlgoriX server. APAC for SG endpoint, USE for US endpoint, EUC for EU endpoint, Other for Global endpoint.
Prebid.js Adapter Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
sid |
required | Sid | '260785' |
string |
token |
required | Token | '89b6d58567e3913e507f2be61fe8823e' |
string |
region |
optional | Server Region | 'APAC', 'USE', 'EUC' |
string |
Test Parameters
var adUnits = [
{
sizes: [
[300, 250] // a display size
],
bids: [{
bidder: 'algorix',
params: {
region: 'APAC', // optional
sid: '260785', // required
token: '89b6d58567e3913e507f2be61fe8823e', // required
}
}]
}];
Note:
- AlgoriX server-side Prebid Server adapter supports only
banner
,video
,native
media types. But AlgoriX client-side Prebid.js adapter supports onlybanner
, doesn’t supportvideo
andnative
.
"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_algorix |
hb_bidder_algorix |
hb_adid_algorix |
hb_size_algorix |
hb_source_algorix |
hb_format_algorix |
hb_cache_host_algori |
hb_cache_id_algorix |
hb_uuid_algorix |
hb_cache_path_algori |
hb_deal_algorix |