github.com/prebid/prebid-server/v2@v2.18.0/adapters/bidmyadz/bidmyadztest/exemplary/banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "12345",
     4      "imp": [{
     5        "id": "1",
     6        "secure": 1,
     7        "bidfloor": 0.31,
     8        "bidfloorcur": "USD",
     9        "banner": {
    10          "w": 300,
    11          "h": 250
    12        },
    13        "ext": {
    14          "bidder": {
    15            "placementId": "tbanner"
    16          }
    17        }
    18      }],
    19      "device": {
    20        "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",
    21        "geo": {
    22          "country": "USA",
    23          "lat": 47.627500,
    24          "lon": -122.346200
    25        },
    26        "ip": "18.146.18.241",
    27        "devicetype": 2
    28      },
    29      "user": {
    30        "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5"
    31      },
    32      "site": {
    33        "id": "banner",
    34        "domain": "test.com",
    35        "cat": ["IAB1"],
    36        "page": "https://test.com",
    37        "publisher": {
    38          "id": "1"
    39        }
    40      }
    41    },
    42  
    43    "httpCalls": [
    44      {
    45        "expectedRequest": {
    46          "uri": "http://endpoint.bidmyadz.com/c0f68227d14ed938c6c49f3967cbe9bc",
    47          "body": {
    48            "id": "12345",
    49            "imp": [{
    50              "id": "1",
    51              "secure": 1,
    52              "bidfloor": 0.31,
    53              "bidfloorcur": "USD",
    54              "banner": {
    55                "w": 300,
    56                "h": 250
    57              },
    58              "ext": {
    59                "bidder": {
    60                  "placementId": "tbanner"
    61                }
    62              }
    63            }],
    64            "device": {
    65              "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",
    66              "geo": {
    67                "country": "USA",
    68                "lat": 47.627500,
    69                "lon": -122.346200
    70              },
    71              "ip": "18.146.18.241",
    72              "devicetype": 2
    73            },
    74            "user": {
    75              "id": "a66e61ff8c2ab5460ecf156c4b892fd84d41fad5"
    76            },
    77            "site": {
    78              "id": "banner",
    79              "domain": "test.com",
    80              "cat": ["IAB1"],
    81              "page": "https://test.com",
    82              "publisher": {
    83                "id": "1"
    84              }
    85            }
    86          },
    87          "impIDs":["1"]
    88        },
    89        "mockResponse": {
    90          "status": 200,
    91          "body": {
    92            "id": "d910ceef496ff2d746176506e296f4b3_z53356_a126365",
    93            "bidid": "880184da7ec02b1f42802acb46b63b3c",
    94            "seatbid": [{
    95              "bid": [{
    96                "id": "6ca51ef38eb42820d27503ee96b634b5",
    97                "impid": "126365",
    98                "price": 0.1,
    99                "nurl": "http://test.com/nurl",
   100                "burl": "http://test.com/burl",
   101                "adm": "<ADM>",
   102                "adomain": ["test.com"],
   103                "cat": ["IAB1"],
   104                "cid": "1",
   105                "crid": "1",
   106                "w": 300,
   107                "h": 250,
   108                "ext": {
   109                  "mediaType": "banner"
   110                }
   111              }],
   112              "seat": "1"
   113            }],
   114            "cur": "USD"
   115          }
   116        }
   117      }
   118    ],
   119  
   120    "expectedBidResponses": [
   121      {
   122        "currency": "USD",
   123        "bids": [
   124          {
   125            "bid": {
   126              "id": "6ca51ef38eb42820d27503ee96b634b5",
   127              "impid": "126365",
   128              "price": 0.1,
   129              "nurl": "http://test.com/nurl",
   130              "burl": "http://test.com/burl",
   131              "adm": "<ADM>",
   132              "adomain": ["test.com"],
   133              "cat": ["IAB1"],
   134              "cid": "1",
   135              "crid": "1",
   136              "w": 300,
   137              "h": 250,
   138              "ext": {
   139                "mediaType": "banner"
   140              }
   141            },
   142            "type": "banner"
   143          }
   144        ]
   145      }
   146    ]
   147  }