github.com/prebid/prebid-server@v0.275.0/adapters/nanointeractive/nanointeractivetest/supplemental/multi-param.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "banner": { 8 "format": [{"w": 300, "h": 250}] 9 }, 10 "ext": { 11 "bidder": { 12 "pid": "58bfec94eb0a1916fa380163", 13 "ref": "https://nanointeractive.com" 14 } 15 } 16 }, 17 { 18 "id": "test-imp-id2", 19 "banner": { 20 "format": [{"w": 300, "h": 250}] 21 }, 22 "ext": { 23 "bidder": { 24 "pid": "58bfec94eb0a1916fa380163", 25 "nq": ["search query"], 26 "category": "Automotive", 27 "subId": "a23", 28 "ref": "https://nanointeractive.com" 29 } 30 } 31 } 32 ], 33 "device": { 34 "ip": "127.0.0.1", 35 "ua": "user_agent" 36 }, 37 "user": { 38 "buyeruid": "userId" 39 } 40 }, 41 42 "httpCalls": [ 43 { 44 "expectedRequest": { 45 "uri": "https://ad.audiencemanager.de/hbs", 46 "body": { 47 "id": "test-request-id", 48 "imp": [ 49 { 50 "id": "test-imp-id", 51 "banner": { 52 "format": [{ "w": 300,"h": 250} 53 ] 54 }, 55 "ext": { 56 "bidder": { 57 "pid": "58bfec94eb0a1916fa380163", 58 "ref": "https://nanointeractive.com" 59 } 60 } 61 }, 62 { 63 "id": "test-imp-id2", 64 "banner": { 65 "format": [{ "w": 300,"h": 250} 66 ] 67 }, 68 "ext": { 69 "bidder": { 70 "pid": "58bfec94eb0a1916fa380163", 71 "nq": ["search query"], 72 "category": "Automotive", 73 "subId": "a23", 74 "ref": "https://nanointeractive.com" 75 } 76 } 77 } 78 ], 79 "site": { 80 "ref": "https://nanointeractive.com" 81 }, 82 "device": { 83 "ip": "127.0.0.1", 84 "ua": "user_agent" 85 }, 86 "user": { 87 "buyeruid": "userId" 88 } 89 } 90 }, 91 "mockResponse": { 92 "status": 200, 93 "body": { 94 "id": "test-request-id", 95 "seatbid": [ 96 { 97 "seat": "nanointeractive", 98 "bid": [{ 99 "id": "1", 100 "impid": "test-imp-id", 101 "price": 0.4580126, 102 "adm": "<a href=\"https://www.nanointeractive.com\" target=\"_blank\"><img width=\"300\" height=\"250\" src=\"https://cdn.audiencemanager.de/images/d941c4456b1bc2320db0a15334f86527.png\"/></a>", 103 "adid": "test_ad_id", 104 "adomain": ["audiencemanager.de"], 105 "cid": "test_cid", 106 "crid": "test_banner_crid", 107 "h": 250, 108 "w": 300 109 },{ 110 "id": "2", 111 "impid": "test-imp-id2", 112 "price": 0, 113 "adm": "<a href=\"https://www.nanointeractive.com\" target=\"_blank\"><img width=\"300\" height=\"250\" src=\"https://cdn.audiencemanager.de/images/d941c4456b1bc2320db0a15334f86527.png\"/></a>", 114 "adid": "test_ad_id", 115 "adomain": ["audiencemanager.de"], 116 "cid": "test_cid", 117 "crid": "test_banner_crid", 118 "h": 250, 119 "w": 300 120 }] 121 } 122 ], 123 "bidid": "5a7789eg2662b524d8d7264a96", 124 "cur": "EUR" 125 } 126 } 127 } 128 ], 129 130 "expectedBidResponses": [ 131 { 132 "bids": [{ 133 "bid": { 134 "id": "1", 135 "impid": "test-imp-id", 136 "price": 0.4580126, 137 "adm": "<a href=\"https://www.nanointeractive.com\" target=\"_blank\"><img width=\"300\" height=\"250\" src=\"https://cdn.audiencemanager.de/images/d941c4456b1bc2320db0a15334f86527.png\"/></a>", 138 "adid": "test_ad_id", 139 "adomain": ["audiencemanager.de"], 140 "cid": "test_cid", 141 "crid": "test_banner_crid", 142 "h": 250, 143 "w": 300 144 }, 145 "type": "banner" 146 }] 147 } 148 ] 149 }