github.com/prebid/prebid-server@v0.275.0/adapters/audienceNetwork/audienceNetworktest/supplemental/no-bid-204.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-req-id",
     4          "imp": [
     5              {
     6                  "id": "test-imp-id",
     7                  "native": {
     8                      "request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}",
     9                      "ver": "1.1"
    10                  },
    11                  "ext": {
    12                      "bidder": {
    13                          "publisherid": "123",
    14                          "placementid": "456"
    15                      }
    16                  }
    17              }
    18          ],
    19          "app": {
    20              "id": "app-abc",
    21              "bundle": "com.prebid"
    22          },
    23          "device": {
    24              "ip": "152.193.6.74"
    25          },
    26          "user": {
    27              "id": "db089de9-a62e-4861-a881-0ff15e052516",
    28              "buyeruid": "v4_bidder_token"
    29          },
    30          "tmax": 500
    31      },
    32      "httpcalls": [
    33          {
    34              "expectedRequest": {
    35                  "uri": "https://an.facebook.com/placementbid.ortb",
    36                  "headers": {
    37                      "Accept": [
    38                          "application/json"
    39                      ],
    40                      "Content-Type": [
    41                          "application/json;charset=utf-8"
    42                      ],
    43                      "X-Fb-Pool-Routing-Token": [
    44                          "v4_bidder_token"
    45                      ]
    46                  },
    47                  "body": {
    48                      "id": "test-imp-id",
    49                      "imp": [
    50                          {
    51                              "id": "test-imp-id",
    52                              "native": {
    53                                  "w": -1,
    54                                  "h": -1
    55                              },
    56                              "tagid": "123_456"
    57                          }
    58                      ],
    59                      "app": {
    60                          "id": "app-abc",
    61                          "bundle": "com.prebid",
    62                          "publisher": {
    63                              "id": "123"
    64                          }
    65                      },
    66                      "device": {
    67                          "ip": "152.193.6.74"
    68                      },
    69                      "user": {
    70                          "id": "db089de9-a62e-4861-a881-0ff15e052516",
    71                          "buyeruid": "v4_bidder_token"
    72                      },
    73                      "tmax": 500,
    74                      "ext": {
    75                          "authentication_id": "4e24a2b23fbfb5e41a9093b921d6cddf497c24dd5f63879038cec2ab2f27d174",
    76                          "platformid": "test-platform-id"
    77                      }
    78                  }
    79              },
    80              "mockResponse": {
    81                  "status": 204
    82              }
    83          }
    84      ],
    85      "expectedBidResponses": []
    86  }