github.com/prebid/prebid-server@v0.275.0/adapters/adprime/adprimetest/exemplary/withAudiences.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 "audiences": ["aud1", "aud2"] 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 }, 72 "user": { 73 "customdata": "aud1,aud2" 74 }, 75 "device": { 76 "ip": "123.123.123.123", 77 "ua": "iPad" 78 } 79 } 80 }, 81 "mockResponse": { 82 "status": 200, 83 "body": { 84 "id": "test-request-id", 85 "seatbid": [ 86 { 87 "bid": [ 88 { 89 "id": "test_bid_id", 90 "impid": "test-imp-id", 91 "price": 0.27543, 92 "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>", 93 "cid": "test_cid", 94 "crid": "test_crid", 95 "dealid": "test_dealid", 96 "w": 300, 97 "h": 250, 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 "ext": { 128 "prebid": { 129 "type": "banner" 130 } 131 } 132 }, 133 "type": "banner" 134 } 135 ] 136 } 137 ] 138 }