github.com/prebid/prebid-server/v2@v2.18.0/adapters/lemmadigital/lemmadigitaltest/supplemental/empty-seatbid-array.json (about)

     1  {
     2    "mockBidRequest": {
     3      "app": {
     4        "bundle": "com.ld.test",
     5        "cat": [
     6          "IAB-1"
     7        ],
     8        "domain": "ld.com",
     9        "id": "1",
    10        "name": "LD Test",
    11        "publisher": {
    12          "id": "1"
    13        }
    14      },
    15      "device": {
    16        "dnt": 0,
    17        "ip": "0.0.0.0",
    18        "language": "en",
    19        "ua": "user-agent"
    20      },
    21      "id": "test-request-id-video",
    22      "imp": [{
    23        "ext": {
    24          "bidder": {
    25            "aid": 1,
    26            "pid": 1
    27          }
    28        },
    29        "id": "test-imp-id-video",
    30        "video": {
    31          "h": 1080,
    32          "mimes": [
    33            "video/mp4"
    34          ],
    35          "protocols": [
    36            1
    37          ],
    38          "w": 1920
    39        }
    40      }],
    41      "tmax": 1000
    42    },
    43    "httpCalls": [{
    44      "expectedRequest": {
    45        "uri": "https://sg.ads.lemmatechnologies.com/lemma/servad?pid=1&aid=1",
    46        "body": {
    47          "app": {
    48            "bundle": "com.ld.test",
    49            "cat": [
    50              "IAB-1"
    51            ],
    52            "domain": "ld.com",
    53            "id": "1",
    54            "name": "LD Test",
    55            "publisher": {
    56              "id": "1"
    57            }
    58          },
    59          "device": {
    60            "dnt": 0,
    61            "ip": "0.0.0.0",
    62            "language": "en",
    63            "ua": "user-agent"
    64          },
    65          "id": "test-request-id-video",
    66          "imp": [{
    67            "ext": {
    68              "bidder": {
    69                "aid": 1,
    70                "pid": 1
    71              }
    72            },
    73            "id": "test-imp-id-video",
    74            "video": {
    75              "h": 1080,
    76              "mimes": [
    77                "video/mp4"
    78              ],
    79              "protocols": [
    80                1
    81              ],
    82              "w": 1920
    83            }
    84          }],
    85          "tmax": 1000
    86        },
    87        "impIDs":["test-imp-id-video"]
    88      },
    89      "mockResponse": {
    90        "status": 200,
    91        "body": {
    92          "id": "test-1",
    93          "seatbid": [],
    94          "cur": "USD"
    95        }
    96      }
    97    }],
    98    "expectedBidResponses": [{
    99      "currency": "USD",
   100      "bids": []
   101  }]
   102  }