github.com/prebid/prebid-server@v0.275.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 }, 80 "mockResponse": { 81 "status": 200, 82 "body": { 83 "id": "75472df2-1cb3-4f8e-9a28-10cb95fe05a4", 84 "seatbid": [{ 85 "bid": [{ 86 "id": "wehM-93KGr0_0_0", 87 "impid": "adunit-1", 88 "price": 0.5, 89 "cid": "3706", 90 "crid": "19005", 91 "adid": "19005", 92 "adm": "<!-- admarkup -->", 93 "cat": ["IAB2"], 94 "adomain": ["test.com"], 95 "h": 250, 96 "w": 300 97 }] 98 }], 99 "bidid": "wehM-93KGr0" 100 } 101 } 102 } 103 ], 104 105 "expectedBidResponses": [ 106 { 107 "currency": "USD", 108 "bids": [ 109 { 110 "bid": { 111 "id": "wehM-93KGr0_0_0", 112 "impid": "adunit-1", 113 "price": 0.5, 114 "adm": "<!-- admarkup -->", 115 "adid": "19005", 116 "adomain": ["test.com"], 117 "cid": "3706", 118 "crid": "19005", 119 "w": 300, 120 "h": 250, 121 "cat": ["IAB2"] 122 }, 123 "type": "banner" 124 } 125 ] 126 } 127 ] 128 }