github.com/prebid/prebid-server@v0.275.0/exchange/exchangetest/request-multi-bidders-debug-info.json (about)

     1  {
     2    "incomingRequest": {
     3      "ortbRequest": {
     4        "test": 1,
     5        "id": "some-request-id",
     6        "site": {
     7          "page": "test.somepage.com"
     8        },
     9        "imp": [
    10          {
    11            "id": "my-imp-id",
    12            "video": {
    13              "mimes": [
    14                "video/mp4"
    15              ]
    16            },
    17            "ext": {
    18              "prebid": {
    19                "bidder": {
    20                  "appnexus": {
    21                    "placementId": 1
    22                  },
    23                  "audienceNetwork": {
    24                    "placementId": "some-placement"
    25                  }
    26                }
    27              }
    28            }
    29          },
    30          {
    31            "id": "imp-id-2",
    32            "video": {
    33              "mimes": [
    34                "video/mp4"
    35              ]
    36            },
    37            "ext": {
    38              "prebid": {
    39                "bidder": {
    40                  "appnexus": {
    41                    "placementId": 2
    42                  },
    43                  "audienceNetwork": {
    44                    "placementId": "some-other-placement"
    45                  }
    46                }
    47              }
    48            }
    49          }
    50        ],
    51        "ext": {
    52          "prebid": {
    53            "targeting": {
    54              "durationRangeSec": [
    55                15,
    56                30
    57              ],
    58              "pricegranularity": {
    59                "precision": 2,
    60                "ranges": [
    61                  {
    62                    "min": 0,
    63                    "max": 20,
    64                    "increment": 0.1
    65                  }
    66                ]
    67              },
    68              "includewinners": true,
    69              "includebidderkeys": true,
    70              "includebrandcategory": {
    71                "primaryadserver": 1,
    72                "publisher": "",
    73                "withCategory": true,
    74                "translateCategories": true
    75              }
    76            }
    77          }
    78        }
    79      }
    80    },
    81    "outgoingRequests": {
    82      "appnexus": {
    83        "mockResponse": {
    84          "httpCalls": [
    85            {
    86              "uri": "appnexusTest.com",
    87              "requestbody": "appnexusTestRequestBody",
    88              "requestheaders": {
    89                "header_1": [
    90                  "value_11",
    91                  "value_12"
    92                ],
    93                "header_2": [
    94                  "value_21"
    95                ]
    96              },
    97              "responsebody": "appnexusTestResponseBody",
    98              "status": 200
    99            }
   100          ],
   101          "pbsSeatBids": [
   102            {
   103              "pbsBids": [
   104                {
   105                  "ortbBid": {
   106                    "id": "winning-bid",
   107                    "impid": "my-imp-id",
   108                    "price": 12.00,
   109                    "w": 200,
   110                    "h": 250,
   111                    "crid": "creative-1",
   112                    "cat": [
   113                      "IAB1-1"
   114                    ]
   115                  }
   116                }
   117              ],
   118              "seat": "appnexus"
   119            }
   120          ]
   121        }
   122      },
   123      "audienceNetwork": {
   124        "mockResponse": {
   125          "httpCalls": [
   126            {
   127              "uri": "audienceNetworkTest.com",
   128              "requestbody": "audienceNetworkTestRequestBody",
   129              "requestheaders": null,
   130              "responsebody": "audienceNetworkTestResponseBody",
   131              "status": 200
   132            }
   133          ]
   134        }
   135      }
   136    },
   137    "response": {
   138      "bids": {
   139        "id": "some-request-id",
   140        "seatbid": [
   141          {
   142            "seat": "appnexus",
   143            "bid": [
   144              {
   145                "id": "winning-bid",
   146                "impid": "my-imp-id",
   147                "price": 12.00,
   148                "w": 200,
   149                "h": 250,
   150                "crid": "creative-1",
   151                "cat": [
   152                  "IAB1-1"
   153                ],
   154                "ext": {
   155                  "origbidcpm": 12.00,
   156                  "prebid": {
   157                    "targeting": {
   158                      "hb_bidder": "appnexus",
   159                      "hb_bidder_appnexus": "appnexus",
   160                      "hb_cache_host": "www.pbcserver.com",
   161                      "hb_cache_host_appnex": "www.pbcserver.com",
   162                      "hb_cache_path": "/pbcache/endpoint",
   163                      "hb_cache_path_appnex": "/pbcache/endpoint",
   164                      "hb_size": "200x250",
   165                      "hb_size_appnexus": "200x250",
   166                      "hb_pb": "12.00",
   167                      "hb_pb_appnexus": "12.00",
   168                      "hb_pb_cat_dur": "12.00_VideoGames_15s",
   169                      "hb_pb_cat_dur_appnex": "12.00_VideoGames_15s"
   170                    }
   171                  }
   172                }
   173              }
   174            ]
   175          }
   176        ]
   177      },
   178      "ext": {
   179        "debug": {
   180          "httpcalls": {
   181            "appnexus": [
   182              {
   183                "uri": "appnexusTest.com",
   184                "requestbody": "appnexusTestRequestBody",
   185                "requestheaders": {
   186                  "header_1": [
   187                    "value_11",
   188                    "value_12"
   189                  ],
   190                  "header_2": [
   191                    "value_21"
   192                  ]
   193                },
   194                "responsebody": "appnexusTestResponseBody",
   195                "status": 200
   196              }
   197            ],
   198            "audienceNetwork": [
   199              {
   200                "uri": "audienceNetworkTest.com",
   201                "requestbody": "audienceNetworkTestRequestBody",
   202                "requestheaders": null,
   203                "responsebody": "audienceNetworkTestResponseBody",
   204                "status": 200
   205              }
   206            ]
   207          },
   208          "resolvedrequest": {
   209            "id": "some-request-id",
   210            "imp": [
   211              {
   212                "id": "my-imp-id",
   213                "video": {
   214                  "mimes": [
   215                    "video/mp4"
   216                  ]
   217                },
   218                "ext": {
   219                  "prebid": {
   220                    "bidder": {
   221                      "appnexus": {
   222                        "placementId": 1
   223                      },
   224                      "audienceNetwork": {
   225                        "placementId": "some-placement"
   226                      }
   227                    }
   228                  }
   229                }
   230              },
   231              {
   232                "id": "imp-id-2",
   233                "video": {
   234                  "mimes": [
   235                    "video/mp4"
   236                  ]
   237                },
   238                "ext": {
   239                  "prebid": {
   240                    "bidder": {
   241                      "appnexus": {
   242                        "placementId": 2
   243                      },
   244                      "audienceNetwork": {
   245                        "placementId": "some-other-placement"
   246                      }
   247                    }
   248                  }
   249                }
   250              }
   251            ],
   252            "site": {
   253              "page": "test.somepage.com"
   254            },
   255            "test": 1,
   256            "ext": {
   257              "prebid": {
   258                "targeting": {
   259                  "durationRangeSec": [
   260                    15,
   261                    30
   262                  ],
   263                  "pricegranularity": {
   264                    "precision": 2,
   265                    "ranges": [
   266                      {
   267                        "min": 0,
   268                        "max": 20,
   269                        "increment": 0.1
   270                      }
   271                    ]
   272                  },
   273                  "includewinners": true,
   274                  "includebidderkeys": true,
   275                  "includebrandcategory": {
   276                    "primaryadserver": 1,
   277                    "publisher": "",
   278                    "withCategory": true,
   279                    "translateCategories": true
   280                  }
   281                }
   282              }
   283            }
   284          }
   285        }
   286      }
   287    }
   288  }