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