github.com/prebid/prebid-server@v0.275.0/adapters/invibes/invibestest/exemplary/no-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 "regs": { 11 "ext": { 12 "gdpr": 0 13 } 14 }, 15 "imp": [ 16 { 17 "id": "test-imp-id", 18 "banner": { 19 "format": [ 20 { 21 "w": 300, 22 "h": 150 23 } 24 ] 25 }, 26 "ext": { 27 "bidder": { 28 "placementId": "2eb6bd58-865c-47ce-af7f-a918108c3fd2" 29 } 30 } 31 } 32 ] 33 }, 34 "httpCalls": [ 35 { 36 "expectedRequest": { 37 "uri": "https://bid.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": "", 41 "Gdpr": false, 42 "GdprConsent": "", 43 "Height": "", 44 "IsAmp": false, 45 "Kw": "", 46 "Lid": "123", 47 "Location": "https://publisher.com/url", 48 "IsTestBid": false, 49 "InvibBVLog": false, 50 "VideoAdDebug": false, 51 "Width": "" 52 } 53 }, 54 "mockResponse": { 55 "status": 200, 56 "body": { 57 "currency": "EUR", 58 "typedBids": [] 59 } 60 } 61 } 62 ], 63 "expectedBidResponses": [{"currency":"USD","bids":[]}] 64 }