github.com/prebid/prebid-server/v2@v2.18.0/adapters/sa_lunamedia/salunamediatest/supplemental/empty-seatbid.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "id",
     4      "imp": [{
     5        "id": "id",
     6        "secure": 1,
     7        "bidfloor": 0.01,
     8        "bidfloorcur": "USD",
     9        "banner": {
    10          "w": 300,
    11          "h": 250
    12        },
    13        "ext": {
    14          "bidder": {
    15            "key": "test"
    16          }
    17        }
    18      }],
    19      "device": {
    20        "ua": "UA",
    21        "ip": "123.3.4.123"
    22      },
    23      "regs": {
    24        "ext": {
    25          "gdpr": 0
    26        }
    27      },
    28      "user": {
    29        "id": "userid"
    30      },
    31      "site": {
    32        "id": "id",
    33        "domain": "test,com",
    34        "cat": ["IAB12"],
    35        "publisher": {
    36          "id": "pubid"
    37        }
    38      }
    39    },
    40  
    41    "httpCalls": [{
    42      "expectedRequest": {
    43        "uri": "http://test.com/pserver",
    44        "body": {
    45          "id": "id",
    46          "imp": [{
    47            "id": "id",
    48            "secure": 1,
    49            "bidfloor": 0.01,
    50            "bidfloorcur": "USD",
    51            "banner": {
    52              "w": 300,
    53              "h": 250
    54            },
    55            "ext": {
    56              "bidder": {
    57                "key": "test"
    58              }
    59            }
    60          }],
    61          "device": {
    62            "ua": "UA",
    63            "ip": "123.3.4.123"
    64          },
    65          "regs": {
    66            "ext": {
    67              "gdpr": 0
    68            }
    69          },
    70          "user": {
    71            "id": "userid"
    72          },
    73          "site": {
    74            "id": "id",
    75            "domain": "test,com",
    76            "cat": ["IAB12"],
    77            "publisher": {
    78              "id": "pubid"
    79            }
    80          }
    81        },
    82        "impIDs":["id"]
    83      },
    84      "mockResponse": {
    85        "status": 200,
    86        "body": {
    87          "id": "a1580f2f-be6d-11eb-a150-d094662c1c35",
    88          "bidid": "359da97d0384d8a14767029c18fd840d",
    89          "seatbid": [],
    90          "cur": "USD"
    91        }
    92      }
    93    }],
    94  
    95    "expectedMakeBidsErrors": [
    96      {
    97        "value": "Empty SeatBid",
    98        "comparison": "literal"
    99      }
   100    ],
   101  
   102    "expectedBidResponses": []
   103  }