github.com/prebid/prebid-server@v0.275.0/adapters/nanointeractive/nanointeractivetest/exemplary/simple-banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [{"w": 300, "h": 250}]
     9          },
    10          "ext": {
    11            "bidder": {
    12              "pid": "58bfec94eb0a1916fa380163"
    13            }
    14          }
    15        }
    16      ]
    17    },
    18  
    19    "httpCalls": [
    20      {
    21        "expectedRequest": {
    22          "uri": "https://ad.audiencemanager.de/hbs",
    23          "body": {
    24            "id": "test-request-id",
    25            "imp": [
    26              {
    27                "id": "test-imp-id",
    28                "banner": {
    29                  "format": [{ "w": 300,"h": 250}
    30                  ]
    31                },
    32                "ext": {
    33                  "bidder": {
    34                    "pid": "58bfec94eb0a1916fa380163"
    35                  }
    36                }
    37              }
    38            ]
    39          }
    40        },
    41        "mockResponse": {
    42          "status": 200,
    43          "body": {
    44            "id": "test-request-id",
    45            "seatbid": [
    46              {
    47                "seat": "nanointeractive",
    48                "bid": [{
    49                  "id": "1",
    50                  "impid": "test-imp-id",
    51                  "price": 0.4580126,
    52                  "adm": "<a href=\"https://www.nanointeractive.com\" target=\"_blank\"><img width=\"300\" height=\"250\" src=\"https://cdn.audiencemanager.de/images/d941c4456b1bc2320db0a15334f86527.png\"/></a>",
    53                  "adid": "test_ad_id",
    54                  "adomain": ["audiencemanager.de"],
    55                  "cid": "test_cid",
    56                  "crid": "test_banner_crid",
    57                  "h": 250,
    58                  "w": 300
    59                }]
    60              }
    61            ],
    62            "bidid": "5a7789eg2662b524d8d7264a96",
    63            "cur": "EUR"
    64          }
    65        }
    66      }
    67    ],
    68  
    69    "expectedBidResponses": [
    70      {
    71        "bids": [{
    72          "bid": {
    73            "id": "1",
    74            "impid": "test-imp-id",
    75            "price": 0.4580126,
    76            "adm": "<a href=\"https://www.nanointeractive.com\" target=\"_blank\"><img width=\"300\" height=\"250\" src=\"https://cdn.audiencemanager.de/images/d941c4456b1bc2320db0a15334f86527.png\"/></a>",
    77            "adid": "test_ad_id",
    78            "adomain": ["audiencemanager.de"],
    79            "cid": "test_cid",
    80            "crid": "test_banner_crid",
    81            "h": 250,
    82            "w": 300
    83          },
    84          "type": "banner"
    85        }]
    86      }
    87    ]
    88  }