github.com/prebid/prebid-server@v0.275.0/hooks/hookexecution/test/complete-stage-outcomes/expected-basic-debug-response.json (about) 1 { 2 "prebid": { 3 "foo": "bar", 4 "modules": { 5 "errors": { 6 "foobar": { 7 "foo": [ 8 "error 1" 9 ], 10 "bar": [ 11 "error 2", 12 "error 4" 13 ] 14 }, 15 "foobaz": { 16 "baz": [ 17 "error 3" 18 ] 19 } 20 }, 21 "warnings": { 22 "foobaz": { 23 "baz": [ 24 "warning 1" 25 ] 26 } 27 }, 28 "trace": { 29 "execution_time_millis": 600, 30 "stages": [ 31 { 32 "stage": "entrypoint", 33 "execution_time_millis": 300, 34 "outcomes": [ 35 { 36 "entity": "http-request", 37 "execution_time_millis": 300, 38 "groups": [ 39 { 40 "execution_time_millis": 200, 41 "invocation_results": [ 42 { 43 "hook_id": { 44 "module_code": "foobar", 45 "hook_impl_code": "foo" 46 }, 47 "status": "success", 48 "action": "update", 49 "execution_time_millis": 200, 50 "analytics_tags": { 51 "activities": [ 52 { 53 "name": "device-id", 54 "status": "success", 55 "results": [ 56 { 57 "status": "success-allow", 58 "values": { 59 "foo": "bar" 60 }, 61 "appliedto": { 62 "impids": [ 63 "impId1" 64 ], 65 "request": true 66 } 67 } 68 ] 69 }, 70 { 71 "name": "define-blocks", 72 "status": "error" 73 } 74 ] 75 }, 76 "message": "" 77 }, 78 { 79 "hook_id": { 80 "module_code": "foobar", 81 "hook_impl_code": "bar" 82 }, 83 "status": "success", 84 "action": "update", 85 "execution_time_millis": 50, 86 "analytics_tags": {}, 87 "message": "" 88 } 89 ] 90 }, 91 { 92 "execution_time_millis": 100, 93 "invocation_results": [ 94 { 95 "hook_id": { 96 "module_code": "foobaz", 97 "hook_impl_code": "baz" 98 }, 99 "status": "success", 100 "action": "update", 101 "execution_time_millis": 100, 102 "analytics_tags": {}, 103 "message": "" 104 }, 105 { 106 "hook_id": { 107 "module_code": "foobar", 108 "hook_impl_code": "bar" 109 }, 110 "status": "success", 111 "action": "update", 112 "execution_time_millis": 10, 113 "analytics_tags": {}, 114 "message": "" 115 } 116 ] 117 } 118 ] 119 } 120 ] 121 }, 122 { 123 "stage": "bidder_request", 124 "execution_time_millis": 300, 125 "outcomes": [ 126 { 127 "entity": "adf", 128 "execution_time_millis": 200, 129 "groups": [ 130 { 131 "execution_time_millis": 200, 132 "invocation_results": [ 133 { 134 "hook_id": { 135 "module_code": "foobar", 136 "hook_impl_code": "foo" 137 }, 138 "status": "success", 139 "action": "update", 140 "execution_time_millis": 200, 141 "analytics_tags": {}, 142 "message": "" 143 } 144 ] 145 } 146 ] 147 }, 148 { 149 "entity": "adot", 150 "execution_time_millis": 300, 151 "groups": [ 152 { 153 "execution_time_millis": 200, 154 "invocation_results": [ 155 { 156 "hook_id": { 157 "module_code": "foobar", 158 "hook_impl_code": "bar" 159 }, 160 "status": "success", 161 "action": "no_action", 162 "execution_time_millis": 200, 163 "analytics_tags": {}, 164 "message": "" 165 } 166 ] 167 } 168 ] 169 } 170 ] 171 } 172 ] 173 } 174 } 175 } 176 }