github.com/prebid/prebid-server@v0.275.0/hooks/hookexecution/test/complete-stage-outcomes/stage-outcomes.json (about)

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