github.com/prebid/prebid-server@v0.275.0/hooks/hookexecution/test/complete-stage-outcomes/expected-verbose-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                          "debug_messages": [
    77                            "debug message 1"
    78                          ],
    79                          "message": ""
    80                        },
    81                        {
    82                          "hook_id": {
    83                            "module_code": "foobar",
    84                            "hook_impl_code": "bar"
    85                          },
    86                          "status": "success",
    87                          "action": "update",
    88                          "execution_time_millis": 50,
    89                          "analytics_tags": {},
    90                          "message": ""
    91                        }
    92                      ]
    93                    },
    94                    {
    95                      "execution_time_millis": 100,
    96                      "invocation_results": [
    97                        {
    98                          "hook_id": {
    99                            "module_code": "foobaz",
   100                            "hook_impl_code": "baz"
   101                          },
   102                          "status": "success",
   103                          "action": "update",
   104                          "execution_time_millis": 100,
   105                          "analytics_tags": {},
   106                          "debug_messages": [
   107                            "debug message 1",
   108                            "debug message 2"
   109                          ],
   110                          "message": ""
   111                        },
   112                        {
   113                          "hook_id": {
   114                            "module_code": "foobar",
   115                            "hook_impl_code": "bar"
   116                          },
   117                          "status": "success",
   118                          "action": "update",
   119                          "execution_time_millis": 10,
   120                          "analytics_tags": {},
   121                          "message": ""
   122                        }
   123                      ]
   124                    }
   125                  ]
   126                }
   127              ]
   128            },
   129            {
   130              "stage": "bidder_request",
   131              "execution_time_millis": 300,
   132              "outcomes": [
   133                {
   134                  "entity": "adf",
   135                  "execution_time_millis": 200,
   136                  "groups": [
   137                    {
   138                      "execution_time_millis": 200,
   139                      "invocation_results": [
   140                        {
   141                          "hook_id": {
   142                            "module_code": "foobar",
   143                            "hook_impl_code": "foo"
   144                          },
   145                          "status": "success",
   146                          "action": "update",
   147                          "execution_time_millis": 200,
   148                          "analytics_tags": {},
   149                          "debug_messages": [
   150                            "debug message 1"
   151                          ],
   152                          "message": ""
   153                        }
   154                      ]
   155                    }
   156                  ]
   157                },
   158                {
   159                  "entity": "adot",
   160                  "execution_time_millis": 300,
   161                  "groups": [
   162                    {
   163                      "execution_time_millis": 200,
   164                      "invocation_results": [
   165                        {
   166                          "hook_id": {
   167                            "module_code": "foobar",
   168                            "hook_impl_code": "bar"
   169                          },
   170                          "status": "success",
   171                          "action": "no_action",
   172                          "execution_time_millis": 200,
   173                          "analytics_tags": {},
   174                          "message": ""
   175                        }
   176                      ]
   177                    }
   178                  ]
   179                }
   180              ]
   181            }
   182          ]
   183        }
   184      }
   185    }
   186  }