github.com/prebid/prebid-server/v2@v2.18.0/adapters/pulsepoint/pulsepointtest/exemplary/banner-app.json (about) 1 { 2 "mockBidRequest": { 3 "id": "request-id", 4 "app": { 5 "bundle": "com.publisher.app", 6 "publisher": { 7 "id": "123456789", 8 "name": "publisher.com" 9 } 10 }, 11 "imp": [{ 12 "id": "banner-1", 13 "banner": { 14 "w": 320, 15 "h": 50 16 }, 17 "ext": { 18 "bidder": { 19 "cp": 1234, 20 "ct": 1001 21 } 22 } 23 }] 24 }, 25 "httpCalls": [{ 26 "expectedRequest": { 27 "headers": { 28 "Content-Type": [ 29 "application/json;charset=utf-8" 30 ], 31 "Accept": [ 32 "application/json" 33 ] 34 }, 35 "uri": "http://bidder.pulsepoint.com", 36 "body": { 37 "id": "request-id", 38 "app": { 39 "bundle": "com.publisher.app", 40 "publisher": { 41 "id": "1234", 42 "name": "publisher.com" 43 } 44 }, 45 "imp": [{ 46 "id": "banner-1", 47 "tagid": "1001", 48 "banner": { 49 "w": 320, 50 "h": 50 51 }, 52 "ext": { 53 "bidder": { 54 "cp": 1234, 55 "ct": 1001 56 } 57 } 58 }] 59 }, 60 "impIDs":["banner-1"] 61 }, 62 "mockResponse": { 63 "status": 200, 64 "body": { 65 "id": "response-id", 66 "seatbid": [{ 67 "bid": [{ 68 "id": "banner-1-bid", 69 "impid": "banner-1", 70 "price": 3.5, 71 "adm": "<div>Creative</div>", 72 "adomain": [ 73 "advertiser.com" 74 ], 75 "crid": "20", 76 "w": 300, 77 "h": 250 78 }], 79 "seat": "pulsepoint-seat" 80 }], 81 "cur": "USD" 82 } 83 } 84 }], 85 "expectedBidResponses": [{ 86 "bids": [{ 87 "bid": { 88 "id": "banner-1-bid", 89 "impid": "banner-1", 90 "price": 3.5, 91 "adm": "<div>Creative</div>", 92 "adomain": [ 93 "advertiser.com" 94 ], 95 "crid": "20", 96 "w": 300, 97 "h": 250 98 }, 99 "type": "banner" 100 }] 101 }] 102 }