github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/request-other-user.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        },
    11        "imp": [
    12          {
    13            "id": "my-imp-id",
    14            "video": {
    15              "mimes": [
    16                "video/mp4"
    17              ]
    18            },
    19            "ext": {
    20              "prebid": {
    21                "bidder": {
    22                  "appnexus": {
    23                    "placementId": 1
    24                  }
    25                }
    26              }
    27            }
    28          }
    29        ]
    30      },
    31      "usersyncs": {
    32        "appnexus": "implicit-appnexus"
    33      }
    34    },
    35    "outgoingRequests": {
    36      "appnexus": {
    37        "expectRequest": {
    38          "ortbRequest": {
    39            "id": "some-request-id",
    40            "site": {
    41              "page": "test.somepage.com"
    42            },
    43            "user": {
    44              "id": "foo",
    45              "buyeruid": "implicit-appnexus"
    46            },
    47            "imp": [
    48              {
    49                "id": "my-imp-id",
    50                "video": {
    51                  "mimes": [
    52                    "video/mp4"
    53                  ]
    54                },
    55                "ext": {
    56                  "bidder": {
    57                    "placementId": 1
    58                  }
    59                }
    60              }
    61            ]
    62          }
    63        },
    64        "mockResponse": {
    65          "errors": [
    66            "appnexus-error"
    67          ]
    68        }
    69      }
    70    }
    71  }