github.com/prebid/prebid-server/v2@v2.18.0/adapters/yieldmo/yieldmotest/exemplary/with_gpid.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [ 9 { 10 "w": 300, 11 "h": 250 12 } 13 ] 14 }, 15 "ext": { 16 "bidder": { 17 "placementId": "123" 18 }, 19 "data": { 20 "adserver": { 21 "name": "adserver_name", 22 "adslot": "adserver_adslot" 23 }, 24 "pbadslot": "pbadslot_1" 25 } 26 } 27 } 28 ], 29 "site": { 30 "id": "fake-site-id" 31 } 32 }, 33 "httpCalls": [ 34 { 35 "expectedRequest": { 36 "uri": "https://ads.yieldmo.com/openrtb2", 37 "body": { 38 "id": "test-request-id", 39 "imp": [ 40 { 41 "id": "test-imp-id", 42 "banner": { 43 "format": [ 44 { 45 "w": 300, 46 "h": 250 47 } 48 ] 49 }, 50 "ext": { 51 "placement_id": "123", 52 "gpid": "pbadslot_1" 53 } 54 } 55 ], 56 "site": { 57 "id": "fake-site-id" 58 } 59 }, 60 "impIDs":["test-imp-id"] 61 }, 62 "mockResponse": { 63 "status": 200, 64 "body": { 65 "id": "test-request-id", 66 "seatbid": [ 67 { 68 "seat": "yieldmo", 69 "bid": [ 70 { 71 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 72 "impid": "test-imp-id", 73 "price": 0.500000, 74 "adm": "some-test-ad", 75 "crid": "crid_10", 76 "h": 250, 77 "w": 300, 78 "ext": 79 { 80 "mediatype": "banner" 81 } 82 } 83 ] 84 } 85 ], 86 "cur": "USD" 87 } 88 } 89 } 90 ], 91 "expectedBidResponses": [ 92 { 93 "currency": "EUR", 94 "bids": [ 95 { 96 "bid": { 97 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 98 "impid": "test-imp-id", 99 "price": 0.5, 100 "adm": "some-test-ad", 101 "crid": "crid_10", 102 "w": 300, 103 "h": 250, 104 "ext": 105 { 106 "mediatype": "banner" 107 } 108 }, 109 "type": "banner" 110 } 111 ] 112 } 113 ] 114 }