POST
Path
Body
{
tag_id: string, // TagId given by Nexx360 (required)
url: string, // URL where ad is displayed (required)
native_config: 1 | 2, // Native Config (required)
gdpr?: 0 | 1, // GDPR active
gdpr_consent?: string, // GDPR consent string
id5id?: string, // ID5 identifier
firstid?: string, // FirstID identifier
test?: 0 | 1, // Test mode - enables test auction
nexx360_debug?: 0 | 1, // Debug mode - enables debug information in response
cur?: string, // Currency for bid prices (EUR or USD, defaults to EUR)
floor?: { // Adrenalead floor price configuration
providerName: string, // Provider name
cpm: number, // Floor CPM value
currency: 'EUR' | 'USD', // Floor currency
modelVersion: string, // Model version
},
sspFloors?: [ // SSP-specific floor prices
{
ssp: string, // SSP name
cpm: number, // Floor CPM value for this SSP
currency: 'EUR' | 'USD', // Floor currency
}
],
}Parameters
Name
Type
Description
Scope
Example
Last updated
Was this helpful?