github.com/prebid/prebid-server@v0.275.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 }, 54 "mockResponse": { 55 "status": 200, 56 "body": { 57 "currency": "EUR", 58 "typedBids": [ 59 { 60 "bid": { 61 "id": "1234", 62 "impid": "test-imp-id", 63 "price": 0.5, 64 "adm": "<div>abc</div>", 65 "crid": "29681110", 66 "w": 300, 67 "h": 250 68 }, 69 "dealPriority": 0 70 } 71 ] 72 } 73 } 74 } 75 ], 76 "expectedBidResponses": [ 77 { 78 "currency": "EUR", 79 "bids": [ 80 { 81 "bid": { 82 "id": "1234", 83 "impid": "test-imp-id", 84 "price": 0.5, 85 "adm": "<div>abc</div>", 86 "crid": "29681110", 87 "w": 300, 88 "h": 250 89 }, 90 "type": "banner" 91 } 92 ] 93 } 94 ] 95 }