Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Some OpenRTB example requests + responses, with notes.
* [Brandscreen](https://github.com/openrtb/examples/blob/master/brandscreen/example-request-mobile.json)
* [Rubicon Project](https://github.com/openrtb/examples/blob/master/rubiconproject/example-request-app-android-1.json)
* [Spotxchange](https://github.com/openrtb/examples/blob/master/spotxchange/example-video-request-multiple_impr.md)
* [WideOrbit]()
80 changes: 80 additions & 0 deletions wideorbit/bid_request_channel
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
// <copyright file="bid_request_channel" company="WideOrbit">
// </copyright>
// <author>Ian Ferreira</author>
// <email>ianfe@wideorbit.com</email>
// <date>2014-10-24</date>
// <summary>Contains a sample bid request for bidding on local broadcast TV via the WideOrbit Programmatic for TV marketplace</summary>



{
//Bid Request ID
"id": "0123456789ABCDEF0123456789ABCDEF",
"at": 1,
"tmax": 120,
"imp": [
{
"id": "1",
"bidfloor": 200.00,
"video": {
//Accepted mime types
"mimes": [
"video/x-flv",
"video/mp4"
],
"api": [],
"battr": [13,14],
"boxingallowed": false,
"delivery": [2],
"h": 480,
"linearity": 1,
"maxbitrate": 1500,
"maxduration": 30,
"minbitrate": 300,
"minduration": 15,
"playbackmethod": [1],
"pos": 1,
"protocol": [2,3],
"sequence": 1,
"startdelay": 0,
"w": 640
}
}
],

"channel": {
"callletters": "KOMO",
"name": "KOMO4",
"content": {
"airdaypart": "46XM",
"airday": "M",
"airweek" : 48,
"keyword": ["keyword a", "keyword b", "keyword c"],
"series": "All About Cars",
"title": "Car Show"
}
},
"device": {
"ua": "BroadCastTV/Local (WideOrbit Programmatic TV v1)",
"js": 0
},
"user":
{
"data": [
{
"name": "Rentrak",
"segment": [
{
"index": 68,
"name": "auto intenders"

},
{
"index": 121,
"name": "auto enthusiasts"
}
]
}
]
}
}
34 changes: 34 additions & 0 deletions wideorbit/bid_response_channel
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// <copyright file="bid_response_channel" company="WideOrbit">
// </copyright>
// <author>Ian Ferreira</author>
// <email>ianfe@wideorbit.com</email>
// <date>2014-10-24</date>
// <summary>Contains a sample bid request for bidding on local broadcast TV via the WideOrbit Programmatic for TV marketplace</summary>


{
"id": "123",
"seatbid": [
{
"bid": [
{
"id": 12345,
//Matched the impid from request
"impid": 2,
//Bid
"price": 300,
//Callback UR for win/loss
"nurl": "http://example.com/winnoticeurl",
//Creative as escaped XML/VAST
"adm": "%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3CVAST%20version%3D%222.0%22%3E%0A%20%20%20%20%3CAd%20id%3D%2212345%22%3E%0A%20%20%20%20%20%20%20%20%3CInLine%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CAdSystem%20version%3D%221.0%22%3ESpotXchange%3C%2FAdSystem%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CAdTitle%3E%3C!%5BCDATA%5BSample%20VAST%5D%5D%3E%3C%2FAdTitle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CImpression%3Ehttp%3A%2F%2Fsample.com%3C%2FImpression%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CDescription%3E%3C!%5BCDATA%5BA%20sample%20VAST%20feed%5D%5D%3E%3C%2FDescription%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CCreatives%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CCreative%20sequence%3D%221%22%20id%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CLinear%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CDuration%3E00%3A00%3A30%3C%2FDuration%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CTrackingEvents%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FTrackingEvents%3E%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CVideoClicks%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CClickThrough%3E%3C!%5BCDATA%5Bhttp%3A%2F%2Fsample.com%2Fopenrtbtest%5D%5D%3E%3C%2FClickThrough%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FVideoClicks%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CMediaFiles%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3CMediaFile%20delivery%3D%22progressive%22%20bitrate%3D%22256%22%20width%3D%22640%22%20height%3D%22480%22%20type%3D%22video%2Fmp4%22%3E%3C!%5BCDATA%5Bhttp%3A%2F%2Fsample.com%2Fvideo.mp4%5D%5D%3E%3C%2FMediaFile%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FMediaFiles%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FLinear%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FCreative%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FCreatives%3E%0A%20%20%20%20%20%20%20%20%3C%2FInLine%3E%0A%20%20%20%20%3C%2FAd%3E%0A%3C%2FVAST%3E",
"ext": {
//If new strategy ID, we create new with ID and place this spot request and budget cap
"budgetscope": 78910,
//If not new we add spot request and optionally update budget cap
"bmax" : 3000
}
}
]
}
]
}