github.com/prebid/prebid-server@v0.275.0/adapters/gamma/gammatest/exemplary/valid-full-params.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "app": { 5 "id": "test-app-id", 6 "name": "test-app-name", 7 "bundle": "test-app-bundle" 8 }, 9 "device": { 10 "ua": "test-device-ua", 11 "ip": "test-device-ip", 12 "ifa": "test-device-ifa", 13 "model": "test-device-model", 14 "os": "test-device-os", 15 "dnt": 1 16 }, 17 "imp": [ 18 { 19 "id": "test-imp-id", 20 "banner": { 21 "format": [ 22 { 23 "w": 300, 24 "h": 50 25 } 26 ] 27 }, 28 "video": { 29 "mimes": [ 30 "video/mp4" 31 ], 32 "protocols": [ 33 2, 34 5 35 ], 36 "w": 640, 37 "h": 480 38 }, 39 "ext": { 40 "bidder": { 41 "id": "sample-id", 42 "zid": "sample-zone-id", 43 "wid": "sample-web-id" 44 } 45 } 46 } 47 ] 48 }, 49 "httpCalls": [ 50 { 51 "expectedRequest": { 52 "uri": "https://hb.gammaplatform.com/adx/request/?id=sample-id&zid=sample-zone-id&wid=sample-web-id&bidid=test-imp-id&hb=pbmobile&device_ip=test-device-ip&device_model=test-device-model&device_os=test-device-os&device_ua=test-device-ua&device_ifa=test-device-ifa&app_id=test-app-id&app_bundle=test-app-bundle&app_name=test-app-name" 53 }, 54 "mockResponse": { 55 "status": 200, 56 "body": { 57 "id": "test-imp-id", 58 "cur": "USD", 59 "seatbid": [ 60 { 61 "seat": "gamma", 62 "bid": [ 63 { 64 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 65 "impid": "test-imp-id", 66 "price": 0.500000, 67 "adm": "", 68 "vastXml": "some-test-ad", 69 "vastUrl": "some-test-url", 70 "crid": "crid_10", 71 "w": 640, 72 "h": 480 73 } 74 ] 75 } 76 ] 77 } 78 } 79 } 80 ], 81 "expectedBidResponses": [ 82 { 83 "bids": [ 84 { 85 "bid": { 86 "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800", 87 "impid": "test-imp-id", 88 "price": 0.5, 89 "adm": "some-test-ad", 90 "nurl": "some-test-url", 91 "crid": "crid_10", 92 "w": 640, 93 "h": 480 94 }, 95 "type": "video" 96 } 97 ] 98 } 99 ] 100 }