github.com/prebid/prebid-server@v0.275.0/adapters/adocean/adoceantest/supplemental/emiter-param-error.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              "emiter": "myao.adocean.pl",
    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      "site": {
    38        "publisher": {
    39          "id": "1"
    40        },
    41        "page": "http://example.com/test.html"
    42      },
    43      "device": {
    44        "w": 1280,
    45        "h": 720,
    46        "ip": "192.168.1.1"
    47      }
    48    },
    49    "expectedMakeRequestsErrors": [
    50      {
    51        "value": "No emitterPrefix param",
    52        "comparison": "literal"
    53      }
    54    ]
    55  }