github.com/prebid/prebid-server/v2@v2.18.0/adapters/adocean/adoceantest/supplemental/app.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "9ed903f4-383d-406b-8011-4f06526cb02c",
     4      "source": {
     5        "tid": "9ed903f4-383d-406b-8011-4f06526cb02c"
     6      },
     7      "tmax": 1000,
     8      "imp": [
     9        {
    10          "id": "ao-test",
    11          "ext": {
    12            "bidder": {
    13              "emitterPrefix": "myao",
    14              "masterId": "tmYF.DMl7ZBq.Nqt2Bq4FutQTJfTpxCOmtNPZoQUDcL.G7",
    15              "slaveId": "adoceanmyaozpniqismex"
    16            }
    17          },
    18          "banner": {
    19            "format": [
    20              {
    21                "w": 300,
    22                "h": 250
    23              }
    24            ]
    25          }
    26        }
    27      ],
    28      "test": 1,
    29      "ext": {
    30        "prebid": {
    31          "targeting": {
    32            "includewinners": true,
    33            "includebidderkeys": false
    34          }
    35        }
    36      },
    37      "app": {
    38        "id": "ktdf45k34h53k5hjh5k3",
    39        "name": "Weather App",
    40        "cat": ["IAB15","IAB15-10"],
    41        "ver": "1.0.2",
    42        "bundle": "12345",
    43        "domain": "example.com"
    44      },
    45      "device": {
    46        "w": 1280,
    47        "h": 720,
    48        "ip": "192.168.1.1",
    49        "os": "iOS",
    50        "devicetype": 4,
    51        "ifa": "f2ba45ece57cff9477d5a8083b138c9a"
    52      }
    53    },
    54    "httpCalls": [
    55      {
    56          "expectedRequest": {
    57            "uri": "https://myao.adocean.pl/_10000000/ad.json?aid=adoceanmyaozpniqismex%3Aao-test&aosspsizes=myaozpniqismex~300x250&app=1&appbundle=12345&appdomain=example.com&appname=Weather+App&devmake=&devmodel=&devos=iOS&devosv=&id=tmYF.DMl7ZBq.Nqt2Bq4FutQTJfTpxCOmtNPZoQUDcL.G7&ifa=f2ba45ece57cff9477d5a8083b138c9a&nc=1&nosecure=1&pbsrv_v=1.3.0",
    58            "impIDs":["ao-test"]
    59          },
    60        "mockResponse": {
    61          "status": 200,
    62          "body": "{ key: nil }"
    63        }
    64      }
    65    ],
    66    "expectedMakeBidsErrors": [
    67      {
    68        "value": "json: cannot unmarshal string into Go value of type []adocean.ResponseAdUnit",
    69        "comparison": "literal"
    70      }
    71    ]
    72  }