github.com/prebid/prebid-server@v0.275.0/firstpartydata/tests/extractfpdforbidders/two-bidders-global-and-non-global-site-content-data.json (about)

     1  {
     2    "description": "req.site is present; req.ext.prebid.data.bidders has appnexus bidder only; req.ext.prebid.bidderconfig is defined for two bidders appnexus and telaria; expect to see only appnexus in resolved bidder FPD and have extra data in site.ext.data",
     3    "inputRequestData": {
     4      "id": "bid_id",
     5      "site": {
     6        "id": "reqSiteId",
     7        "page": "http://www.foobar.com/1234.html",
     8        "name": "reqSiteName",
     9        "cat": [
    10          "electronics",
    11          "phone"
    12        ],
    13        "publisher": {
    14          "id": "1"
    15        },
    16        "content": {
    17          "len": 900,
    18          "title": "reqContentTitle",
    19          "season": "reqContentSeason",
    20          "data": [
    21            {
    22              "id": "reqContentDataId1",
    23              "name": "reqContentDataName1"
    24            },
    25            {
    26              "id": "reqContentDataId2",
    27              "name": "reqContentDataName2"
    28            }
    29          ]
    30        }
    31      },
    32      "user": {
    33        "id": "reqUserId",
    34        "keywords": "reqUserKeyword"
    35      },
    36      "test": 1,
    37      "ext": {
    38        "prebid": {
    39          "data": {
    40            "bidders": [
    41              "appnexus"
    42            ]
    43          },
    44          "bidderconfig": [
    45            {
    46              "bidders": [
    47                "appnexus"
    48              ],
    49              "config": {
    50                "ortb2": {
    51                  "site": {
    52                    "id": "apnFpdSiteId",
    53                    "page": "http://www.foobar.com/4321.html",
    54                    "name": "apnFpdSiteIdSiteName",
    55                    "cat": [
    56                      "books",
    57                      "news"
    58                    ],
    59                    "publisher": {
    60                      "id": "1"
    61                    },
    62                    "content": {
    63                      "len": 900,
    64                      "title": "apnFpdSiteIdContentTitle",
    65                      "season": "apnFpdSiteIdContentSeason",
    66                      "data": [
    67                        {
    68                          "id": "apnFpdSiteIdContentDataId1",
    69                          "name": "apnFpdSiteIdContentDataName1"
    70                        },
    71                        {
    72                          "id": "apnFpdSiteIdContentDataId2",
    73                          "name": "apnFpdSiteIdContentDataName2"
    74                        }
    75                      ]
    76                    }
    77                  },
    78                  "user": {
    79                    "id": "apnUserId",
    80                    "keywords": "apnFpdUserKeyword"
    81                  }
    82                }
    83              }
    84            },
    85            {
    86              "bidders": [
    87                "telaria"
    88              ],
    89              "config": {
    90                "ortb2": {
    91                  "user": {
    92                    "keywords": "telariaFpdUserKeywords"
    93                  }
    94                }
    95              }
    96            }
    97          ]
    98        }
    99      }
   100    },
   101    "outputRequestData": {
   102      "id": "bid_id",
   103      "site": {
   104        "id": "reqSiteId",
   105        "page": "http://www.foobar.com/1234.html",
   106        "name": "reqSiteName",
   107        "cat": [
   108          "electronics",
   109          "phone"
   110        ],
   111        "publisher": {
   112          "id": "1"
   113        },
   114        "content": {
   115          "len": 900,
   116          "title": "reqContentTitle",
   117          "season": "reqContentSeason"
   118        }
   119      },
   120      "test": 1
   121    },
   122    "biddersFPDResolved": {
   123      "appnexus": {
   124        "site": {
   125          "id": "apnFpdSiteId",
   126          "page": "http://www.foobar.com/4321.html",
   127          "name": "apnFpdSiteIdSiteName",
   128          "cat": [
   129            "books",
   130            "news"
   131          ],
   132          "publisher": {
   133            "id": "1"
   134          },
   135          "content": {
   136            "len": 900,
   137            "title": "apnFpdSiteIdContentTitle",
   138            "season": "apnFpdSiteIdContentSeason",
   139            "data": [
   140              {
   141                "id": "apnFpdSiteIdContentDataId1",
   142                "name": "apnFpdSiteIdContentDataName1"
   143              },
   144              {
   145                "id": "apnFpdSiteIdContentDataId2",
   146                "name": "apnFpdSiteIdContentDataName2"
   147              }
   148            ]
   149          }
   150        },
   151        "user": {
   152          "id": "apnUserId",
   153          "keywords": "apnFpdUserKeyword"
   154        }
   155      }
   156    },
   157    "validationErrors": []
   158  }