github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/firstpartydata-multibidder-config-invalid.json (about)

     1  {
     2      "requestType": "openrtb2-web",
     3      "incomingRequest": {
     4          "ortbRequest": {
     5              "id": "some-request-id",
     6              "site": {
     7                  "page": "test.somepage.com"
     8              },
     9              "imp": [
    10                  {
    11                      "id": "some-imp-id",
    12                      "banner": {
    13                          "format": [
    14                              {
    15                                  "w": 600,
    16                                  "h": 500
    17                              },
    18                              {
    19                                  "w": 300,
    20                                  "h": 600
    21                              }
    22                          ]
    23                      },
    24                      "ext": {
    25                          "prebid": {
    26                              "bidder": {
    27                                  "appnexus": {
    28                                      "placementId": 1
    29                                  }
    30                              }
    31                          }
    32                      }
    33                  }
    34              ],
    35              "ext": {
    36                  "prebid": {
    37                      "data": {
    38                          "bidders": [
    39                              "appnexus"
    40                          ]
    41                      },
    42                      "bidderconfig": [
    43                          {
    44                              "bidders": [
    45                                  "appnexus"
    46                              ],
    47                              "config": {
    48                                  "ortb2": {
    49                                      "app": {
    50                                          "domain": "bidconfig_domain1",
    51                                          "page": "bidconfig_page1"
    52                                      }
    53                                  }
    54                              }
    55                          },
    56                          {
    57                              "bidders": [
    58                                  "appnexus"
    59                              ],
    60                              "config": {
    61                                  "ortb2": {
    62                                      "app": {
    63                                          "domain": "bidconfig_domain2",
    64                                          "page": "bidconfig_page2"
    65                                      }
    66                                  }
    67                              }
    68                          }
    69                      ]
    70                  }
    71              }
    72          }
    73      },
    74      "outgoingRequests": {},
    75      "response": {
    76          "error": "multiple First Party Data bidder configs provided for bidder: appnexus"
    77      }
    78  }