Update Prebid with Nexx Adapter
Once your placements are created, you need to update Prebid.js and add Nexx360 adapter.

You then have to configure the placements IDs created before, like with any other bidder integration.
Here is an example of an ad unit with Nexx Adapter configured:
{
code: '/19968336/header-bid-tag-0',
mediaTypes: {
banner: {
sizes: [[300,250], [300,600]]
}
},
bids: [{
bidder: 'nexx360',
params: {
account: '1067',
tagId: 'luvxjvgn',
allBids: true
}
}]
}
You need to replace two parameters in the script above:
account
: with your Nexx360 customer codetagId
: with the placement ID created in Nexx360 platform
allBids: true
is an optional setting. You have to add it only if you want to send all bids to the client.You can find more information on Nexx Adapter on this page: https://docs.prebid.org/dev-docs/bidders/nexx360.html
Nexx360 adapter can be more transparent and give bid infos for each SSP plugged in the console, instead of one line regrouping all SSPs : for instance "n360-ssp1", "n360-ssp2", ... instead of "nexx360". This is useful if you want to set up one order by SSP in your adserver for instance.
Here are the settings for this option:
pbjs.bidderSettings = {
standard: {
allowAlternateBidderCodes: true,
allowedAlternateBidderCodes: ["*"]
},
};
allowAlternateBidderCodes
: Allow adapters to bid with alternate bidder codes.allowedAlternateBidderCodes
: Array of bidder codes for which an adapter can bid.undefined
or['*']
will allow adapter to bid with any bidder code.
Bidder | Bidder code |
---|---|
Adform | n360-adform |
Adnuntius | n360-adnuntius |
Adot | n360-adot |
Adyoulike | n360-adyoulike |
Appnexus (Xandr) | n360-appnexus |
Bliink | n360-bliink |
ConnectAd | n360-connectad |
Conversant | n360-conversant |
Cwire | n360-cwire |
First ID | n360-firstid |
Freewheel | n360-freewheel |
Fuel Digital Media | n360-fueldigitalmedia |
Fuel Digital (IX) | n360-fueldigitalix |
Fuel Digital (Smart) | n360-fueldigital |
GingerAd | n360-gingerad |
GoodAd | n360-goodad |
Gravity | n360-gravity |
Improve | n360-improve |
Index | n360-ix |
Moneytag | n360-moneytag |
OneTag | n360-onetag |
OpenX | n360-openx |
Outbrain | n360-outbrain |
Pubmatic | n360-pubmatic |
Quantum | n360-quantum |
RichAudience | n360-richaudience |
RTB House | n360-rtbhouse |
Rubicon (Magnite) | n360-rubicon |
Sharethrough | n360-sharethrough |
Smart (Equativ) | n360-smartadserver |
Smilewanted | n360-smilewanted |
TappX | n360-tappx |
The MediaGrid | n360-mediagrid |
The Trade Desk | n360-ttd |
Triplelift | n360-triplelift |
Verizon (Yahoo) | n360-yahoo |
See more information here : https://docs.prebid.org/dev-docs/publisher-api-reference/bidderSettings.html
In case you applied specific settings to user sync configuration and limited the bidders allowed to sync, don't forget to add Nexx360 in the configuration.
For more details, you can refer to this page : https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html#setConfig-Configure-User-Syncing
To ensure proper cookie-sync, you need to add Nexx360 (Vendor ID : 965) in your CMP if not present yet.