github.com/prebid/prebid-server/v2@v2.18.0/adapters/dmx/dmxtest/exemplary/imp-populated-banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "app":{
     5        "bundle":"302324249",
     6        "id":"ed6207cefff74c14878963566683c070",
     7        "name":"Skout - iOS Match Buy",
     8        "publisher":{
     9          "id":"10400"
    10        },
    11        "storeurl":"https://itunes.apple.com/app/id302324249"
    12      },
    13      "imp": [
    14        {
    15          "bidfloor": 0.35,
    16          "id": "test-imp-id",
    17          "banner": {
    18            "w": 300,
    19            "h": 250,
    20            "format": [
    21              {
    22                "w": 300,
    23                "h": 250
    24              },
    25              {
    26                "w": 300,
    27                "h": 600
    28              }
    29            ]
    30          },
    31          "ext": {
    32            "bidder": {
    33              "dmxid": "123454",
    34              "publisher_id": "10400"
    35            }
    36          }
    37        }
    38      ]
    39    },
    40  
    41    "httpCalls": [
    42      {
    43        "expectedRequest": {
    44          "uri": "",
    45          "body": {
    46            "id": "test-request-id",
    47            "app":{
    48              "bundle":"302324249",
    49              "id":"ed6207cefff74c14878963566683c070",
    50              "name":"Skout - iOS Match Buy",
    51              "publisher":{
    52                "id":"10400",
    53                "ext": {
    54                  "dmx": {
    55                    "id": "10400"
    56                  }
    57                }
    58              },
    59              "storeurl":"https://itunes.apple.com/app/id302324249"
    60            },
    61            "imp": [
    62              {
    63                "bidfloor": 0.35,
    64                "id": "test-imp-id",
    65                "tagid": "123454",
    66                "secure": 1,
    67                "banner": {
    68                  "format": [
    69                    {
    70                      "w": 300,
    71                      "h": 250
    72                    },
    73                    {
    74                      "w": 300,
    75                      "h": 600
    76                    }
    77                  ],
    78                  "w": 300,
    79                  "h": 250
    80                },
    81                "ext": {
    82                  "bidder": {
    83                    "publisher_id": "10400",
    84                    "dmxid": "123454"
    85                  }
    86                }
    87              }
    88            ]
    89          },
    90          "impIDs":["test-imp-id"]
    91        },
    92        "mockResponse": {
    93          "status": 200,
    94          "body": {
    95            "id": "test-request-id",
    96            "seatbid": [
    97              {
    98                "seat": "958",
    99                "bid": [{
   100                  "id": "7706636740145184841",
   101                  "impid": "test-imp-id",
   102                  "price": 1.75,
   103                  "adid": "29681110",
   104                  "adm": "<div>banner-ads</div>",
   105                  "adomain": ["dmx.districtm.io"],
   106                  "iurl": "https://dmx.districtm.io/b/v2",
   107                  "cid": "958",
   108                  "crid": "29681110",
   109                  "h": 250,
   110                  "w": 300
   111                }]
   112              }
   113            ],
   114            "bidid": "5778926625248726496",
   115            "cur": "USD"
   116          }
   117        }
   118      }
   119    ],
   120  
   121    "expectedBidResponses": [
   122      {
   123        "currency": "USD",
   124        "bids": [
   125          {
   126            "bid": {
   127              "id": "7706636740145184841",
   128              "impid": "test-imp-id",
   129              "price": 1.75,
   130              "adm": "<div>banner-ads</div>",
   131              "adid": "29681110",
   132              "adomain": ["dmx.districtm.io"],
   133              "iurl": "https://dmx.districtm.io/b/v2",
   134              "cid": "958",
   135              "crid": "29681110",
   136              "w": 300,
   137              "h": 250
   138  
   139            },
   140            "type": "banner"
   141          }
   142        ]
   143      }
   144    ]
   145  }