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

     1  {
     2    "incomingRequest": {
     3      "ortbRequest": {
     4        "id": "some-request-id",
     5        "site": {
     6          "page": "test.somepage.com"
     7        },
     8        "user": {
     9          "buyeruid": "explicit-buyeruid",
    10          "ext": {
    11            "prebid": {
    12              "buyeruids": {
    13                "appnexus": "id-in-ext"
    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": "id-in-cookie"
    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              "buyeruid": "explicit-buyeruid"
    52            },
    53            "imp": [
    54              {
    55                "id": "my-imp-id",
    56                "video": {
    57                  "mimes": [
    58                    "video/mp4"
    59                  ]
    60                },
    61                "ext": {
    62                  "bidder": {
    63                    "placementId": 1
    64                  }
    65                }
    66              }
    67            ]
    68          }
    69        },
    70        "mockResponse": {
    71          "errors": [
    72            "appnexus-error"
    73          ]
    74        }
    75      }
    76    }
    77  }