github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/request-other-user-ext.json (about)

     1  {
     2    "incomingRequest": {
     3      "ortbRequest": {
     4        "id": "some-request-id",
     5        "site": {
     6          "page": "test.somepage.com"
     7        },
     8        "user": {
     9          "id": "foo",
    10          "ext": {
    11            "prebid": {
    12              "buyeruids": {
    13                "appnexus": "explicit-appnexus"
    14              }
    15            }
    16          }
    17        },
    18        "imp": [
    19          {
    20            "id": "my-imp-id",
    21            "video": {
    22              "mimes": [
    23                "video/mp4"
    24              ]
    25            },
    26            "ext": {
    27              "prebid": {
    28                "bidder": {
    29                  "appnexus": {
    30                    "placementId": 1
    31                  }
    32                }
    33              }
    34            }
    35          }
    36        ]
    37      },
    38      "usersyncs": {
    39        "appnexus": "implicit-appnexus"
    40      }
    41    },
    42    "outgoingRequests": {
    43      "appnexus": {
    44        "expectRequest": {
    45          "ortbRequest": {
    46            "id": "some-request-id",
    47            "site": {
    48              "page": "test.somepage.com"
    49            },
    50            "user": {
    51              "id": "foo",
    52              "buyeruid": "explicit-appnexus"
    53            },
    54            "imp": [
    55              {
    56                "id": "my-imp-id",
    57                "video": {
    58                  "mimes": [
    59                    "video/mp4"
    60                  ]
    61                },
    62                "ext": {
    63                  "bidder": {
    64                    "placementId": 1
    65                  }
    66                }
    67              }
    68            ]
    69          }
    70        },
    71        "mockResponse": {
    72          "errors": [
    73            "appnexus-error"
    74          ]
    75        }
    76      }
    77    }
    78  }