github.com/prebid/prebid-server/v2@v2.18.0/firstpartydata/tests/extractfpdforbidders/two-bidders-global-without-config-and-global-app-content-data.json (about)

     1  {
     2    "description": "req.app.content.data defined; bidder config defined for appnexus and telaria but only appnexus listed in req.ext.prebid.data.bidders; expect all FPD data to be included only in appnexus resolved FPD and extracted from the original request",
     3    "inputRequestData": {
     4      "id": "bid_id",
     5      "app": {
     6        "id": "reqAppId",
     7        "name": "reqAppName",
     8        "cat": [
     9          "electronics",
    10          "phone"
    11        ],
    12        "publisher": {
    13          "id": "1"
    14        },
    15        "content": {
    16          "len": 900,
    17          "title": "reqContentTitle",
    18          "season": "reqContentSeason",
    19          "data": [
    20            {
    21              "id": "reqContentDataId1",
    22              "name": "reqContentDataName1"
    23            },
    24            {
    25              "id": "reqContentDataId2",
    26              "name": "reqContentDataName2"
    27            }
    28          ]
    29        }
    30      },
    31      "user": {
    32        "id": "reqUserId",
    33        "keywords": "reqUserKeyword"
    34      },
    35      "test": 1,
    36      "ext": {
    37        "prebid": {
    38          "data": {
    39            "bidders": [
    40              "appnexus", "telaria"
    41            ]
    42          },
    43          "bidderconfig": [
    44            {
    45              "bidders": [
    46                "appnexus"
    47              ],
    48              "config": {
    49                "ortb2": {
    50                  "app": {
    51                    "id": "apnFpdAppId",
    52                    "name": "apnFpdAppIdAppName",
    53                    "cat": [
    54                      "books",
    55                      "news"
    56                    ],
    57                    "publisher": {
    58                      "id": "1"
    59                    },
    60                    "content": {
    61                      "len": 900,
    62                      "title": "apnFpdAppIdContentTitle",
    63                      "season": "apnFpdAppIdContentSeason",
    64                      "data": [
    65                        {
    66                          "id": "apnFpdAppIdContentDataId1",
    67                          "name": "apnFpdAppIdContentDataName1"
    68                        },
    69                        {
    70                          "id": "apnFpdAppIdContentDataId2",
    71                          "name": "apnFpdAppIdContentDataName2"
    72                        }
    73                      ]
    74                    }
    75                  },
    76                  "user": {
    77                    "id": "apnUserId",
    78                    "keywords": "apnFpdUserKeyword"
    79                  }
    80                }
    81              }
    82            }
    83          ]
    84        }
    85      }
    86    },
    87    "outputRequestData": {
    88      "id": "bid_id",
    89      "app": {
    90        "id": "reqAppId",
    91        "name": "reqAppName",
    92        "cat": [
    93          "electronics",
    94          "phone"
    95        ],
    96        "publisher": {
    97          "id": "1"
    98        },
    99        "content": {
   100          "len": 900,
   101          "title": "reqContentTitle",
   102          "season": "reqContentSeason"
   103        }
   104      },
   105      "test": 1
   106    },
   107    "biddersFPDResolved": {
   108      "appnexus": {
   109        "app": {
   110          "id": "apnFpdAppId",
   111          "name": "apnFpdAppIdAppName",
   112          "cat": [
   113            "books",
   114            "news"
   115          ],
   116          "publisher": {
   117            "id": "1"
   118          },
   119          "content": {
   120            "len": 900,
   121            "title": "apnFpdAppIdContentTitle",
   122            "season": "apnFpdAppIdContentSeason",
   123            "data": [
   124              {
   125                "id": "apnFpdAppIdContentDataId1",
   126                "name": "apnFpdAppIdContentDataName1"
   127              },
   128              {
   129                "id": "apnFpdAppIdContentDataId2",
   130                "name": "apnFpdAppIdContentDataName2"
   131              }
   132            ]
   133          }
   134        },
   135        "user": {
   136          "id": "apnUserId",
   137          "keywords": "apnFpdUserKeyword"
   138        }
   139      },
   140      "telaria": {
   141        "app": {
   142          "id": "reqAppId",
   143          "name": "reqAppName",
   144          "cat": [
   145            "electronics",
   146            "phone"
   147          ],
   148          "publisher": {
   149            "id": "1"
   150          },
   151          "content": {
   152            "len": 900,
   153            "title": "reqContentTitle",
   154            "season": "reqContentSeason",
   155            "data": [
   156              {
   157                "id": "reqContentDataId1",
   158                "name": "reqContentDataName1"
   159              },
   160              {
   161                "id": "reqContentDataId2",
   162                "name": "reqContentDataName2"
   163              }
   164            ]
   165          }
   166        },
   167        "user": {
   168          "id": "reqUserId",
   169          "keywords": "reqUserKeyword"
   170        }
   171      }
   172    },
   173    "validationErrors": []
   174  }