github.com/prebid/prebid-server/v2@v2.18.0/adapters/tappx/tappxtest/exemplary/single-banner-impression-extra.json (about) 1 { 2 "mockBidRequest": { 3 "id": "0000000000001", 4 "test": 1, 5 "imp": [ 6 { 7 "id": "adunit-1", 8 "banner": { 9 "w": 300, 10 "h": 250 11 }, 12 "ext": { 13 "bidder": { 14 "tappxkey": "pub-12345-android-9876", 15 "endpoint": "ZZ123456PS", 16 "mktag": "mktag-12345-android-9876", 17 "bcid": ["1","2","3"], 18 "bcrid": ["4","5","6"] 19 } 20 } 21 } 22 ], 23 "app": { 24 "id": "app_001", 25 "bundle": "com.rovio.angrybirds", 26 "publisher": { 27 "id": "2" 28 } 29 }, 30 "user": { 31 "buyeruid": "A-38327932832" 32 } 33 }, 34 35 "httpCalls": [ 36 { 37 "expectedRequest": { 38 "uri": "http://ssp.api.tappx.com/rtb/v2/ZZ123456PS?tappxkey=pub-12345-android-9876&type_cnn=prebid&v=1.5", 39 "body": { 40 "id": "0000000000001", 41 "test": 1, 42 "imp": [ 43 { 44 "id": "adunit-1", 45 "banner": { 46 "w": 300, 47 "h": 250 48 }, 49 "ext": { 50 "bidder": { 51 "tappxkey": "pub-12345-android-9876", 52 "endpoint": "ZZ123456PS", 53 "mktag": "mktag-12345-android-9876", 54 "bcid": ["1","2","3"], 55 "bcrid": ["4","5","6"] 56 } 57 } 58 } 59 ], 60 "app": { 61 "bundle": "com.rovio.angrybirds", 62 "id": "app_001", 63 "publisher": { 64 "id": "2" 65 } 66 }, 67 "user": { 68 "buyeruid": "A-38327932832" 69 }, 70 "ext": { 71 "bidder": { 72 "tappxkey": "pub-12345-android-9876", 73 "mktag": "mktag-12345-android-9876", 74 "bcid": ["1","2","3"], 75 "bcrid": ["4","5","6"] 76 } 77 } 78 }, 79 "impIDs":["adunit-1"] 80 }, 81 "mockResponse": { 82 "status": 200, 83 "body": { 84 "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4", 85 "seatbid": [{ 86 "bid": [{ 87 "id": "wehM-93KGr0_0_0", 88 "impid": "adunit-1", 89 "price": 0.5, 90 "cid": "3706", 91 "crid": "19005", 92 "adid": "19005", 93 "adm": "<!-- admarkup -->", 94 "cat": ["IAB2"], 95 "adomain": ["test.com"], 96 "h": 250, 97 "w": 300 98 }] 99 }], 100 "bidid": "wehM-93KGr0" 101 } 102 } 103 } 104 ], 105 106 "expectedBidResponses": [ 107 { 108 "currency": "USD", 109 "bids": [ 110 { 111 "bid": { 112 "id": "wehM-93KGr0_0_0", 113 "impid": "adunit-1", 114 "price": 0.5, 115 "adm": "<!-- admarkup -->", 116 "adid": "19005", 117 "adomain": ["test.com"], 118 "cid": "3706", 119 "crid": "19005", 120 "w": 300, 121 "h": 250, 122 "cat": ["IAB2"] 123 }, 124 "type": "banner" 125 } 126 ] 127 } 128 ] 129 }