github.com/prebid/prebid-server/v2@v2.18.0/adapters/limelightDigital/LimelightDigitaltest/supplemental/publisher_id_string.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-banner-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "host": "banner.ortb.net",
    18              "publisherId": "123456"
    19            }
    20          }
    21        }
    22      ]
    23    },
    24    "httpCalls": [
    25      {
    26        "expectedRequest": {
    27          "uri": "http://test.ortb.net/openrtb/123456?host=banner.ortb.net",
    28          "body": {
    29            "id": "test-request-id-test-banner-id",
    30            "imp": [
    31              {
    32                "id": "test-banner-id",
    33                "banner": {
    34                  "format": [
    35                    {
    36                      "w": 300,
    37                      "h": 250
    38                    }
    39                  ]
    40                }
    41              }
    42            ]
    43          },
    44          "impIDs":["test-banner-id"]
    45        },
    46        "mockResponse": {
    47          "status": 200,
    48          "body": {
    49            "id": "test-request-id-test-banner-id",
    50            "seatbid": [
    51              {
    52                "seat": "test-seat",
    53                "bid": [
    54                  {
    55                    "id": "5665e2bf-5a8d-a16c-a3d6-584a39392c87",
    56                    "impid": "test-banner-id",
    57                    "price": 0.1427,
    58                    "adm": "test-banner",
    59                    "adid": "92-287",
    60                    "adomain": ["advertiserdomain.com"],
    61                    "crid": "287",
    62                    "w": 300,
    63                    "h": 250
    64                  }
    65                ]
    66              }
    67            ]
    68          }
    69        }
    70      }
    71    ],
    72    "expectedBidResponses": [
    73      {
    74        "bids": [
    75          {
    76            "bid": {
    77              "id": "5665e2bf-5a8d-a16c-a3d6-584a39392c87",
    78              "impid": "test-banner-id",
    79              "price": 0.1427,
    80              "adm": "test-banner",
    81              "adid": "92-287",
    82              "adomain": ["advertiserdomain.com"],
    83              "crid": "287",
    84              "w": 300,
    85              "h": 250
    86            },
    87            "type": "banner"
    88          }
    89        ]
    90      }
    91    ]
    92  }