github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/events-bid-account-off-request-on.json (about)

     1  {
     2    "events_enabled": false,
     3    "start_time_ms": 1234567890,
     4    "incomingRequest": {
     5      "ortbRequest": {
     6        "id": "some-request-id",
     7        "site": {
     8          "id": "some-site"
     9        },
    10        "imp": [
    11          {
    12            "id": "my-imp-id",
    13            "banner": {},
    14            "ext": {
    15              "prebid": {
    16                "bidder": {
    17                  "appnexus": {
    18                    "placementId": 1
    19                  }
    20                }
    21              }
    22            }
    23          }
    24        ],
    25        "ext": {
    26          "prebid": {
    27            "integration": "testIntegrationType",
    28            "events": {}
    29          }
    30        }
    31      }
    32    },
    33    "outgoingRequests": {
    34      "appnexus": {
    35        "mockResponse": {
    36          "pbsSeatBids": [
    37            {
    38              "pbsBids": [
    39                {
    40                  "ortbBid": {
    41                    "id": "winning-bid",
    42                    "impid": "my-imp-id",
    43                    "price": 0.71,
    44                    "w": 200,
    45                    "h": 250,
    46                    "crid": "creative-1"
    47                  },
    48                  "bidType": "banner"
    49                },
    50                {
    51                  "ortbBid": {
    52                    "id": "losing-bid",
    53                    "impid": "my-imp-id",
    54                    "price": 0.21,
    55                    "w": 200,
    56                    "h": 250,
    57                    "crid": "creative-2"
    58                  },
    59                  "bidType": "banner"
    60                }
    61              ],
    62              "seat": "appnexus"
    63            }
    64          ]
    65        }
    66      }
    67    },
    68    "response": {
    69      "bids": {
    70        "id": "some-request-id",
    71        "seatbid": [
    72          {
    73            "seat": "appnexus",
    74            "bid": [
    75              {
    76                "id": "winning-bid",
    77                "impid": "my-imp-id",
    78                "price": 0.71,
    79                "w": 200,
    80                "h": 250,
    81                "crid": "creative-1",
    82                "ext": {
    83                  "origbidcpm": 0.71,
    84                  "prebid": {
    85                    "meta": {
    86                    },
    87                    "type": "banner",
    88                    "events": {
    89                      "imp": "http://localhost/event?t=imp&b=winning-bid&a=testaccount&bidder=appnexus&int=testIntegrationType&ts=1234567890",
    90                      "win": "http://localhost/event?t=win&b=winning-bid&a=testaccount&bidder=appnexus&int=testIntegrationType&ts=1234567890"
    91                    }
    92                  }
    93                }
    94              },
    95              {
    96                "id": "losing-bid",
    97                "impid": "my-imp-id",
    98                "price": 0.21,
    99                "w": 200,
   100                "h": 250,
   101                "crid": "creative-2",
   102                "ext": {
   103                  "origbidcpm": 0.21,
   104                  "prebid": {
   105                    "meta": {
   106                    },
   107                    "type": "banner",
   108                    "events": {
   109                      "imp": "http://localhost/event?t=imp&b=losing-bid&a=testaccount&bidder=appnexus&int=testIntegrationType&ts=1234567890",
   110                      "win": "http://localhost/event?t=win&b=losing-bid&a=testaccount&bidder=appnexus&int=testIntegrationType&ts=1234567890"
   111                    }
   112                  }
   113                }
   114              }
   115            ]
   116          }
   117        ]
   118      }
   119    }
   120  }