github.com/prebid/prebid-server/v2@v2.18.0/adapters/invibes/invibestest/exemplary/test-ad.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "site": { 5 "page": "https://publisher.com/url" 6 }, 7 "user": { 8 "buyerUid": "123" 9 }, 10 "imp": [ 11 { 12 "id": "test-imp-id", 13 "banner": { 14 "format": [ 15 { 16 "w": 300, 17 "h": 150 18 } 19 ] 20 }, 21 "ext": { 22 "bidder": { 23 "placementId": "2eb6bd58-865c-47ce-af7f-a918108c3fd2", 24 "domainId": 1005, 25 "debug": { 26 "testBvid": "111", 27 "testLog": false 28 } 29 } 30 } 31 } 32 ] 33 }, 34 "httpCalls": [ 35 { 36 "expectedRequest": { 37 "uri": "https://bid5.videostep.com/bid/ServerBidAdContent", 38 "body": { 39 "BidParamsJson": "{\"PlacementIds\":[\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\"],\"BidVersion\":\"4\",\"Properties\":{\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\":{\"Formats\":[{\"w\":300,\"h\":150}],\"ImpId\":\"test-imp-id\"}}}", 40 "Bvid": "111", 41 "Gdpr": true, 42 "GdprConsent": "", 43 "Height": "", 44 "IsAmp": false, 45 "Kw": "", 46 "Lid": "123", 47 "Location": "https://publisher.com/url", 48 "IsTestBid": true, 49 "InvibBVLog": false, 50 "VideoAdDebug": false, 51 "Width": "" 52 }, 53 "impIDs":["test-imp-id"] 54 }, 55 "mockResponse": { 56 "status": 200, 57 "body": { 58 "currency": "EUR", 59 "typedBids": [ 60 { 61 "bid": { 62 "id": "1234", 63 "impid": "test-imp-id", 64 "price": 0.5, 65 "adm": "<div>abc</div>", 66 "crid": "29681110", 67 "w": 300, 68 "h": 250 69 }, 70 "dealPriority": 0 71 } 72 ] 73 } 74 } 75 } 76 ], 77 "expectedBidResponses": [ 78 { 79 "currency": "EUR", 80 "bids": [ 81 { 82 "bid": { 83 "id": "1234", 84 "impid": "test-imp-id", 85 "price": 0.5, 86 "adm": "<div>abc</div>", 87 "crid": "29681110", 88 "w": 300, 89 "h": 250 90 }, 91 "type": "banner" 92 } 93 ] 94 } 95 ] 96 }