github.com/prebid/prebid-server@v0.275.0/adapters/globalsun/globalsuntest/exemplary/simple-video.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "device": { 5 "ip": "123.123.123.123", 6 "ua": "iPad" 7 }, 8 "app": { 9 "id": "1", 10 "bundle": "com.wls.testwlsapplication" 11 }, 12 "imp": [ 13 { 14 "id": "test-imp-id", 15 "tagid": "test", 16 "video": { 17 "mimes": [ 18 "video/mp4" 19 ], 20 "protocols": [ 21 2, 22 5 23 ], 24 "w": 1024, 25 "h": 576 26 }, 27 "ext": { 28 "bidder": { 29 "placementId": "test" 30 } 31 } 32 } 33 ] 34 }, 35 "httpCalls": [ 36 { 37 "expectedRequest": { 38 "uri": "http://example.com/pserver", 39 "body": { 40 "id": "test-request-id", 41 "device": { 42 "ip": "123.123.123.123", 43 "ua": "iPad" 44 }, 45 "app": { 46 "id": "1", 47 "bundle": "com.wls.testwlsapplication" 48 }, 49 "imp": [ 50 { 51 "id": "test-imp-id", 52 "tagid": "test", 53 "video": { 54 "mimes": [ 55 "video/mp4" 56 ], 57 "protocols": [ 58 2, 59 5 60 ], 61 "w": 1024, 62 "h": 576 63 }, 64 "ext": { 65 "bidder": { 66 "placementId": "test", 67 "type": "publisher" 68 } 69 } 70 } 71 ] 72 } 73 }, 74 "mockResponse": { 75 "status": 200, 76 "body": { 77 "id": "test-request-id", 78 "seatbid": [ 79 { 80 "bid": [ 81 { 82 "id": "test_bid_id", 83 "impid": "test-imp-id", 84 "price": 0.27543, 85 "adm": "<VAST version=\"3.0\"><Ad id=\"20001\" sequence=\"1\"><InLine><AdSystem version=\"4.0\"><![CDATA[iabtechlab]]></AdSystem><AdTitle><![CDATA[Inline Simple Ad]]></AdTitle><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"5480\" sequence=\"1\"><Linear><Duration>00:01:00</Duration><MediaFiles><MediaFile id=\"5246\" delivery=\"progressive\" type=\"video/mp4\" bitrate=\"600\" width=\"640\" height=\"360\" minBitrate=\"500\" maxBitrate=\"700\" scalable=\"1\" maintainAspectRatio=\"1\" codec=\"0\"><![CDATA[https://s0.2mdn.net/4253510/google_ddm_animation_480P.mp4]]></MediaFile></MediaFiles><VideoClicks><ClickThrough id=\"blog\"><![CDATA[https://example.com]]></ClickThrough></VideoClicks></Linear></Creative></Creatives></InLine></Ad></VAST>", 86 "cid": "test_cid", 87 "crid": "test_crid", 88 "dealid": "test_dealid", 89 "ext": { 90 "prebid": { 91 "type": "video" 92 } 93 } 94 } 95 ], 96 "seat": "globalsun" 97 } 98 ], 99 "cur": "USD" 100 } 101 } 102 } 103 ], 104 "expectedBidResponses": [ 105 { 106 "currency": "USD", 107 "bids": [ 108 { 109 "bid": { 110 "id": "test_bid_id", 111 "impid": "test-imp-id", 112 "price": 0.27543, 113 "adm": "<VAST version=\"3.0\"><Ad id=\"20001\" sequence=\"1\"><InLine><AdSystem version=\"4.0\"><![CDATA[iabtechlab]]></AdSystem><AdTitle><![CDATA[Inline Simple Ad]]></AdTitle><Impression><![CDATA[]]></Impression><Creatives><Creative id=\"5480\" sequence=\"1\"><Linear><Duration>00:01:00</Duration><MediaFiles><MediaFile id=\"5246\" delivery=\"progressive\" type=\"video/mp4\" bitrate=\"600\" width=\"640\" height=\"360\" minBitrate=\"500\" maxBitrate=\"700\" scalable=\"1\" maintainAspectRatio=\"1\" codec=\"0\"><![CDATA[https://s0.2mdn.net/4253510/google_ddm_animation_480P.mp4]]></MediaFile></MediaFiles><VideoClicks><ClickThrough id=\"blog\"><![CDATA[https://example.com]]></ClickThrough></VideoClicks></Linear></Creative></Creatives></InLine></Ad></VAST>", 114 "cid": "test_cid", 115 "crid": "test_crid", 116 "dealid": "test_dealid", 117 "ext": { 118 "prebid": { 119 "type": "video" 120 } 121 } 122 }, 123 "type": "video" 124 } 125 ] 126 } 127 ] 128 }