github.com/prebid/prebid-server@v0.275.0/adapters/stroeerCore/stroeercoretest/exemplary/mobile-banner-single.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "auction-id",
     4      "cur": ["EUR"],
     5      "imp": [
     6        {
     7          "id": "3",
     8          "banner": {
     9            "format": [
    10              {
    11                "w": 300,
    12                "h": 250
    13              },
    14              {
    15                "w": 728,
    16                "h": 90
    17              }
    18            ]
    19          },
    20          "ext": {
    21            "bidder": {
    22              "sid": "123456"
    23            }
    24          }
    25        }
    26      ],
    27      "device": {
    28        "geo":{
    29          "city":"Paris",
    30          "country":"FRA",
    31          "lat": 48.860757,
    32          "lon": 2.337562,
    33          "region":"IDF",
    34          "zip":"75001"
    35        },
    36        "ua": "test-user-agent",
    37        "ip": "123.123.123.123",
    38        "language": "en",
    39        "dnt": 0,
    40        "devicetype": 4,
    41        "ifa": "e785543f-0be8-48f1-2c53-b4ae46a942d3",
    42        "hwv": "6S",
    43        "make": "Apple",
    44        "model": "iPhone",
    45        "os": "iOS",
    46        "osv": "8.1"
    47      },
    48      "app": {
    49        "id": "test-app-id",
    50        "name": "test-app-name",
    51        "bundle": "test-app-bundle",
    52        "domain": "test-app-domain",
    53        "storeurl": "test-app-storeurl",
    54        "cat": [
    55          "IAB9-30",
    56          "IAB9-5"
    57        ],
    58        "ver": "1.0",
    59        "privacypolicy": 1,
    60        "paid": 2,
    61        "publisher": {
    62          "domain": "topleveldomain.com",
    63          "id": "04241e0b1cc98976858ce16377c7eef4",
    64          "name": "App Publisher"
    65        },
    66        "keywords": "game,puzzle"
    67      },
    68      "user": {
    69        "buyeruid": "test-buyer-user-id"
    70      }
    71    },
    72    "httpCalls": [
    73      {
    74        "expectedRequest": {
    75          "headers": {
    76            "Accept": ["application/json"],
    77            "Content-Type": ["application/json;charset=utf-8"]
    78          },
    79          "uri": "http://localhost/s2sdsh",
    80          "body": {
    81            "id": "auction-id",
    82            "cur": ["EUR"],
    83            "imp": [
    84              {
    85                "id": "3",
    86                "tagid": "123456",
    87                "banner": {
    88                  "format": [
    89                    {
    90                      "w": 300,
    91                      "h": 250
    92                    },
    93                    {
    94                      "w": 728,
    95                      "h": 90
    96                    }
    97                  ]
    98                },
    99                "ext": {
   100                  "bidder": {
   101                    "sid": "123456"
   102                  }
   103                }
   104              }
   105            ],
   106            "device": {
   107              "geo":{
   108                "city":"Paris",
   109                "country":"FRA",
   110                "lat": 48.860757,
   111                "lon": 2.337562,
   112                "region":"IDF",
   113                "zip":"75001"
   114              },
   115              "ua": "test-user-agent",
   116              "ip": "123.123.123.123",
   117              "language": "en",
   118              "dnt": 0,
   119              "devicetype": 4,
   120              "ifa": "e785543f-0be8-48f1-2c53-b4ae46a942d3",
   121              "hwv": "6S",
   122              "make": "Apple",
   123              "model": "iPhone",
   124              "os": "iOS",
   125              "osv": "8.1"
   126            },
   127            "app": {
   128              "id": "test-app-id",
   129              "name": "test-app-name",
   130              "bundle": "test-app-bundle",
   131              "domain": "test-app-domain",
   132              "storeurl": "test-app-storeurl",
   133              "cat": [
   134                "IAB9-30",
   135                "IAB9-5"
   136              ],
   137              "ver": "1.0",
   138              "privacypolicy": 1,
   139              "paid": 2,
   140              "publisher": {
   141                "domain": "topleveldomain.com",
   142                "id": "04241e0b1cc98976858ce16377c7eef4",
   143                "name": "App Publisher"
   144              },
   145              "keywords": "game,puzzle"
   146            },
   147            "user": {
   148              "buyeruid": "test-buyer-user-id"
   149            }
   150          }
   151        },
   152        "mockResponse": {
   153          "status": 200,
   154          "body": {
   155            "id": "test-request-id",
   156            "bids": [
   157              {
   158                "id": "4985939039393-04",
   159                "bidId": "3",
   160                "cpm": 0.24,
   161                "width": 468,
   162                "height": 60,
   163                "ad": "advert",
   164                "crid": "XYZijk"
   165              }
   166            ]
   167          }
   168        }
   169      }
   170    ],
   171    "expectedBidResponses": [
   172      {
   173        "currency": "EUR",
   174        "bids" : [{
   175          "bid": {
   176            "id": "4985939039393-04",
   177            "impid": "3",
   178            "price": 0.24,
   179            "adm": "advert",
   180            "w": 468,
   181            "h": 60,
   182            "crid": "XYZijk"
   183          },
   184          "type": "banner"
   185        }]
   186      }
   187    ]
   188  }