github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/passthrough_root_and_imp.json (about)

     1  {
     2      "passthrough_flag": true,
     3      "incomingRequest": {
     4          "ortbRequest": {
     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                              },
    24                              "passthrough": {
    25                                  "imp_passthrough_val": 20
    26                              }
    27                          }
    28                      }
    29                  }
    30              ],
    31              "ext": {
    32                  "prebid": {
    33                      "passthrough": {
    34                          "bid_response_passthrough": 20
    35                      }
    36                  }
    37              }
    38          }
    39      },
    40      "outgoingRequests": {
    41          "appnexus": {
    42              "expectRequest": {
    43                  "ortbRequest": {
    44                      "id": "some-request-id",
    45                      "site": {
    46                          "page": "test.somepage.com"
    47                      },
    48                      "imp": [
    49                          {
    50                              "id": "my-imp-id",
    51                              "video": {
    52                                  "mimes": [
    53                                      "video/mp4"
    54                                  ]
    55                              },
    56                              "ext": {
    57                                  "bidder": {
    58                                      "placementId": 1
    59                                  }
    60                              }
    61                          }
    62                      ]
    63                  }
    64              },
    65              "mockResponse": {
    66                  "pbsSeatBids": [
    67                      {
    68                          "pbsBids": [
    69                              {
    70                                  "ortbBid": {
    71                                      "id": "apn-bid",
    72                                      "impid": "my-imp-id",
    73                                      "price": 0.3,
    74                                      "w": 200,
    75                                      "h": 250,
    76                                      "crid": "creative-1",
    77                                      "ext": {
    78                                          "someField": "someValue",
    79                                          "origbidcpm": 0.3
    80                                      }
    81                                  },
    82                                  "bidType": "video"
    83                              }
    84                          ],
    85                          "seat": "appnexus"
    86                      }
    87                  ]
    88              }
    89          }
    90      },
    91      "response": {
    92          "bids": {
    93              "id": "some-request-id",
    94              "seatbid": [
    95                  {
    96                      "seat": "appnexus",
    97                      "bid": [
    98                          {
    99                              "id": "apn-bid",
   100                              "impid": "my-imp-id",
   101                              "price": 0.3,
   102                              "w": 200,
   103                              "h": 250,
   104                              "crid": "creative-1",
   105                              "ext": {
   106                                  "someField": "someValue",
   107                                  "origbidcpm": 0.3,
   108                                  "prebid": {
   109                                      "meta": {
   110                                      },
   111                                      "type": "video",
   112                                      "passthrough": {
   113                                          "imp_passthrough_val": 20
   114                                      }
   115                                  }
   116                              }
   117                          }
   118                      ]
   119                  }
   120              ]
   121          },
   122          "ext": {
   123              "prebid": {
   124                  "passthrough": {
   125                      "bid_response_passthrough": 20
   126                  }
   127              }
   128          }
   129      }
   130  }