github.com/prebid/prebid-server/v2@v2.18.0/adapters/cadent_aperture_mx/cadent_aperture_mxtest/exemplary/minimal-banner.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "some_test_auction",
     4      "imp": [{
     5        "id": "some_test_ad_id",
     6        "banner": {
     7          "format": [{
     8            "w": 300,
     9            "h": 250
    10          }],
    11          "w": 300,
    12          "h": 250
    13        },
    14        "ext": {
    15          "bidder": {
    16            "tagid": "25251"
    17          }
    18        }
    19      }],
    20      "device": {
    21        "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36",
    22        "ip": "123.123.123.123",
    23        "dnt": 1
    24      },
    25      "site": {
    26        "domain": "www.publisher.com",
    27        "page": "http://www.publisher.com/awesome/site?with=some&parameters=here"
    28      }
    29    },
    30  
    31    "httpCalls": [{
    32      "expectedRequest": {
    33        "uri": "https://hb.emxdgt.com?t=1000&ts=2060541160",
    34        "headers": {
    35          "Accept": [
    36            "application/json"
    37          ],
    38          "Content-Type": [
    39            "application/json;charset=utf-8"
    40          ],
    41          "X-Forwarded-For": [
    42            "123.123.123.123"
    43          ],
    44          "Referer": [
    45            "http://www.publisher.com/awesome/site?with=some&parameters=here"
    46          ],
    47          "Dnt": [
    48            "1"
    49          ],
    50          "User-Agent": [
    51            "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36"
    52          ]
    53        },
    54        "body": {
    55          "id": "some_test_auction",
    56          "imp": [{
    57            "id": "some_test_ad_id",
    58            "banner": {
    59              "format": [{
    60                "w": 300,
    61                "h": 250
    62              }],
    63              "w": 300,
    64              "h": 250
    65            },
    66            "ext": {
    67              "bidder": {
    68                "tagid": "25251"
    69              }
    70            },
    71            "tagid": "25251",
    72            "secure": 0
    73          }],
    74          "site": {
    75            "domain": "www.publisher.com",
    76            "page": "http://www.publisher.com/awesome/site?with=some&parameters=here"
    77          },
    78          "device": {
    79            "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36",
    80            "ip": "123.123.123.123",
    81            "dnt": 1
    82          }
    83        },
    84        "impIDs":["some_test_ad_id"]
    85      },
    86      "mockResponse": {
    87        "status": 200,
    88        "body": {
    89          "id": "some_test_auction",
    90          "seatbid": [{
    91              "seat": "12356",
    92              "bid": [{
    93                "adm": "<div id=\"123456789_ad\"><script>!function(){console.log\"Hello, world.\";}();<\/script><\/div>",
    94                "id": "some_test_ad_id",
    95                "impid": "some_test_ad_id",
    96                "ttl": 300,
    97                "crid": "94395500",
    98                "w": 300,
    99                "price": 2.942808,
   100                "adid": "94395500",
   101                "h": 250
   102              }]
   103          }],
   104          "cur": "USD"
   105      }
   106      }
   107    }],
   108  
   109    "expectedBidResponses": [{
   110      "bids": [{
   111        "bid": {
   112          "adm": "<div id=\"123456789_ad\"><script>!function(){console.log\"Hello, world.\";}();<\/script><\/div>",
   113          "id": "some_test_ad_id",
   114          "impid": "some_test_ad_id",
   115          "crid": "94395500",
   116          "w": 300,
   117          "price": 2.942808,
   118          "adid": "94395500",
   119          "h": 250
   120        },
   121        "type": "banner"
   122      }]
   123    }]
   124  }