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

     1  {
     2      "incomingRequest": {
     3          "ortbRequest": {
     4              "id": "some-request-id",
     5              "site": {
     6                  "page": "test.somepage.com"
     7              },
     8              "imp": [
     9                  {
    10                      "id": "my-imp-id",
    11                      "video": {
    12                          "mimes": [
    13                              "video/mp4"
    14                          ]
    15                      },
    16                      "ext": {
    17                          "prebid": {
    18                              "bidder": {
    19                                  "appnexus": {
    20                                      "placementId": 1
    21                                  },
    22                                  "districtm": {
    23                                      "placementId": 2
    24                                  },
    25                                  "rubicon": {
    26                                      "accountId": 1,
    27                                      "siteId": 2,
    28                                      "zoneId": 3
    29                                  }
    30                              }
    31                          }
    32                      }
    33                  }
    34              ],
    35              "user": {
    36                  "ext": {
    37                      "prebid": {
    38                          "buyeruids": {
    39                              "rubicon": "explicit-rubi"
    40                          }
    41                      }
    42                  }
    43              },
    44              "ext": {
    45                  "prebid": {
    46                      "aliases": {
    47                          "districtm": "appnexus"
    48                      }
    49                  }
    50              }
    51          },
    52          "usersyncs": {
    53              "appnexus": "implicit-appnexus",
    54              "rubicon": "implicit-rubi"
    55          }
    56      },
    57      "outgoingRequests": {
    58          "appnexus": {
    59              "expectRequest": {
    60                  "ortbRequest": {
    61                      "id": "some-request-id",
    62                      "site": {
    63                          "page": "test.somepage.com"
    64                      },
    65                      "user": {
    66                          "buyeruid": "implicit-appnexus"
    67                      },
    68                      "imp": [
    69                          {
    70                              "id": "my-imp-id",
    71                              "video": {
    72                                  "mimes": [
    73                                      "video/mp4"
    74                                  ]
    75                              },
    76                              "ext": {
    77                                  "bidder": {
    78                                      "placementId": 1
    79                                  }
    80                              }
    81                          }
    82                      ]
    83                  }
    84              },
    85              "mockResponse": {
    86                  "errors": [
    87                      "appnexus-error"
    88                  ]
    89              }
    90          },
    91          "rubicon": {
    92              "expectRequest": {
    93                  "ortbRequest": {
    94                      "id": "some-request-id",
    95                      "site": {
    96                          "page": "test.somepage.com"
    97                      },
    98                      "user": {
    99                          "buyeruid": "explicit-rubi"
   100                      },
   101                      "imp": [
   102                          {
   103                              "id": "my-imp-id",
   104                              "video": {
   105                                  "mimes": [
   106                                      "video/mp4"
   107                                  ]
   108                              },
   109                              "ext": {
   110                                  "bidder": {
   111                                      "accountId": 1,
   112                                      "siteId": 2,
   113                                      "zoneId": 3
   114                                  }
   115                              }
   116                          }
   117                      ]
   118                  }
   119              },
   120              "mockResponse": {
   121                  "errors": [
   122                      "appnexus-error"
   123                  ]
   124              }
   125          },
   126          "districtm": {
   127              "expectRequest": {
   128                  "ortbRequest": {
   129                      "id": "some-request-id",
   130                      "site": {
   131                          "page": "test.somepage.com"
   132                      },
   133                      "user": {
   134                          "buyeruid": "implicit-appnexus"
   135                      },
   136                      "imp": [
   137                          {
   138                              "id": "my-imp-id",
   139                              "video": {
   140                                  "mimes": [
   141                                      "video/mp4"
   142                                  ]
   143                              },
   144                              "ext": {
   145                                  "bidder": {
   146                                      "placementId": 2
   147                                  }
   148                              }
   149                          }
   150                      ]
   151                  }
   152              },
   153              "mockResponse": {
   154                  "errors": [
   155                      "districtm-error"
   156                  ]
   157              }
   158          }
   159      },
   160      "response": {
   161          "bids": {
   162              "id": "some-request-id",
   163              "ext": {
   164                  "errors": {
   165                      "appnexus": [
   166                          "appnexus-error"
   167                      ],
   168                      "districtm": [
   169                          "districtm-error"
   170                      ]
   171                  }
   172              }
   173          }
   174      }
   175  }