Skip to main content

Prebid Server integration

You can run Collective Audience (BeOp) through Prebid Server.

Official documentation#

Minimum supported version#

Publishers must be activated on Prebid Server 4.0.0 or higher.

Prebid server configuration ID#

Publishers usually set the BeOp parameters in their PREBID_SERVER_CONFIGURATION_ID.

Publisher mode#

Use pid when the publisher is configured directly.

{
"ext": {
"beop": {
"pid": "YOUR_ACCOUNT_ID"
}
}
}

Network mode#

Use nid for network configuration, with an optional partner identifier nptid.

{
"ext": {
"beop": {
"nid": "YOUR_ACCOUNT_ID",
"nptid": "OPTIONAL IDENTIFIER"
}
}
}