Prebid Server
Requirements
Prebid Server Configuration
adapters:
panxo:
endpoint: "https://panxo-sys.com/openrtb/2.5/bid"Prebid.js Setup
1
2
Configure RTD module and S2S
pbjs.setConfig({
realTimeData: {
auctionDelay: 300,
dataProviders: [{
name: 'panxo',
waitForIt: true,
params: {
siteId: 'your-site-id'
}
}]
},
s2sConfig: {
accountId: 'your-pbs-account',
bidders: ['panxo'],
defaultVendor: 'your-pbs-vendor',
timeout: 500
}
});
var adUnits = [{
code: 'banner-ad',
mediaTypes: {
banner: {
sizes: [[300, 250], [728, 90]]
}
},
bids: [{
bidder: 'panxo',
params: {
propertyKey: 'your-property-key'
}
}]
}];Bid Parameters
Name
Scope
Description
Example
Type
User Sync
Supported Features
Feature
Support
