github.com/prebid/prebid-server/v2@v2.18.0/adapters/adprime/adprimetest/exemplary/withKeywords.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "device": { 5 "ip": "123.123.123.123", 6 "ua": "iPad" 7 }, 8 "site": { 9 "id": "1", 10 "domain": "test.com" 11 }, 12 "imp": [ 13 { 14 "id": "test-imp-id", 15 "tagid": "test", 16 "banner": { 17 "format": [ 18 { 19 "w": 300, 20 "h": 250 21 }, 22 { 23 "w": 300, 24 "h": 600 25 } 26 ] 27 }, 28 "ext": { 29 "bidder": { 30 "placementId": "test", 31 "TagID": "test", 32 "keywords": ["keyw1", "keyw2"] 33 } 34 } 35 } 36 ] 37 }, 38 "httpCalls": [ 39 { 40 "expectedRequest": { 41 "uri": "http://delta.adprime.com/pserver", 42 "body": { 43 "id": "test-request-id", 44 "imp": [ 45 { 46 "id": "test-imp-id", 47 "tagid": "test", 48 "banner": { 49 "format": [ 50 { 51 "w": 300, 52 "h": 250 53 }, 54 { 55 "w": 300, 56 "h": 600 57 } 58 ] 59 }, 60 "ext": { 61 "bidder": { 62 "placementId": "test", 63 "TagID": "test" 64 } 65 } 66 } 67 ], 68 "site": { 69 "id": "1", 70 "domain": "test.com", 71 "keywords": "keyw1,keyw2" 72 }, 73 "device": { 74 "ip": "123.123.123.123", 75 "ua": "iPad" 76 } 77 }, 78 "impIDs":["test-imp-id"] 79 }, 80 "mockResponse": { 81 "status": 200, 82 "body": { 83 "id": "test-request-id", 84 "seatbid": [ 85 { 86 "bid": [ 87 { 88 "id": "test_bid_id", 89 "impid": "test-imp-id", 90 "price": 0.27543, 91 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://delta.adprime.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 92 "cid": "test_cid", 93 "crid": "test_crid", 94 "dealid": "test_dealid", 95 "w": 300, 96 "h": 250, 97 "mtype": 1, 98 "ext": { 99 "prebid": { 100 "type": "banner" 101 } 102 } 103 } 104 ], 105 "seat": "adprime" 106 } 107 ], 108 "cur": "USD" 109 } 110 } 111 } 112 ], 113 "expectedBidResponses": [ 114 { 115 "bids": [ 116 { 117 "bid": { 118 "id": "test_bid_id", 119 "impid": "test-imp-id", 120 "price": 0.27543, 121 "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://delta.adprime.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>", 122 "cid": "test_cid", 123 "crid": "test_crid", 124 "dealid": "test_dealid", 125 "w": 300, 126 "h": 250, 127 "mtype": 1, 128 "ext": { 129 "prebid": { 130 "type": "banner" 131 } 132 } 133 }, 134 "type": "banner" 135 } 136 ] 137 } 138 ] 139 }