smartx
Features
Bidder Code | smartx | Prebid.org Member | yes |
---|---|---|---|
Media Types | display, video | GDPR Support | yes |
User IDs | none | COPPA Support | no |
"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_smartx |
hb_bidder_smartx |
hb_adid_smartx |
hb_size_smartx |
hb_source_smartx |
hb_format_smartx |
hb_cache_host_smartx |
hb_cache_id_smartx |
hb_uuid_smartx |
"Deal ID" Ad Server Key
hb_deal_smartx
Registration
Please reach out to your smartclip business contact for any questions and assistance in configuration.
Bid Params
Name | Scope | Description | Example | Type |
---|---|---|---|---|
tagId |
required | A unique ID. | 'Nu68JuOWAvrbzoyrOR9a7A' |
string |
publisherId |
required | A unique PublisherID. | 'publisher_Id' |
string |
siteId |
required | A unique SiteID. | 'site_id' |
string |
bidfloor |
required | Value of Bidfloor. | 0.3 |
float |
bidfloorcur |
required | Used Currency. (e.g. EUR, USD etc.) | 'EUR' |
string |
context |
optional | Token that describes which context to play: ‘instream’ or ‘outstream’ | 'outstream' |
string |
outstream_function |
optional | Custom function to be used as a renderer. | function(bid){console.log(bid);} |
function |
outstream_options |
required | Object to set options on the smartx renderer. (Only required when setting mediaType.video.context = ‘outstream’) | {} |
object |
secure |
optional | Boolean identifying whether the requests should be https or not (used to override the protocol if the page isn’t secure). | true |
boolean |
mimes |
optional | List of MIME types to allow in ad. | ['application/javascript', 'video/mp4', 'video/webm'] |
array |
price_floor |
optional | Set the current channel price floor in real time. | 10 |
integer |
min_duration |
optional | Minimum video ad duration in seconds | 15 |
integer |
max_duration |
optional | Maximum video ad duration in seconds | 60 |
integer |
outstream_options Object
Name | Scope | Description | Example | Type |
---|---|---|---|---|
slot |
required | ID of element that video ad should be rendered into. | 'adSlot1' |
string |
minAdWidth |
optional | Minimum amount of space the player needs to expand. | 290 |
integer |
maxAdWidth |
optional | Maximum size of the player. | 900 |
integer |
headerText |
optional | An advertising text string that will appear in the upper left corner. | 'Advertisement' |
string |
skipOffset |
optional | The number of seconds an advertisement must run before it can be skipped. 0 = never | 0 |
integer |
startOpen |
optional | Define whether the player should be initialized open (true) or open when it is within view (false). | 'false' |
string |
endingScreen |
optional | Define whether the player should stay open after advertising. | 'true' |
string |
desiredBitrate |
optional | Define the desired bitrate of the mediafile. | 1600 |
integer |