github.com/prebid/prebid-server@v0.275.0/adapters/adhese/adhesetest/supplemental/res-invalid-no-origin.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-req",
     4        "user": {
     5          "ext": {
     6            "consent" : "dummy"
     7          }
     8        },
     9        "imp": [
    10          {
    11            "id": "test-req",
    12            "banner": {
    13              "format": [
    14                {
    15                  "w": 300,
    16                  "h": 250
    17                }
    18              ]
    19            },
    20            "ext": {
    21              "bidder": {
    22                "account": "demo",
    23                "location": "_adhese_prebid_demo_",
    24                "format": "leaderboard",
    25                "targets": 
    26                {
    27                  "ci": ["gent", "brussels"],
    28                  "ag": ["55"],
    29                  "tl": ["all"]
    30                }
    31              }
    32            }
    33          }
    34        ],
    35        "site": {
    36          "id": "test",
    37          "publisher": {
    38            "id": "123"
    39          }
    40        }
    41      },
    42      "httpCalls": [
    43        {
    44          "expectedRequest": {
    45            "uri": "https://ads-demo.adhese.com/json/sl_adhese_prebid_demo_-leaderboard/ag55/cigent;brussels/tlall/xtdummy"
    46          },
    47          "mockResponse": {
    48            "status": 200,
    49            "body": [{
    50              "originInstance": "",
    51              "ext": "js",
    52              "slotName": "_main_page_-leaderboard",
    53              "adType": "leaderboard",
    54              "orderId": "888",
    55              "id": "60613369",
    56              "width": "728",
    57              "height": "90",
    58              "body": "<div style='background-color:red; height:250px; width:300px'></div>",
    59              "tracker": "https://hosts-demo.adhese.com/rtb_gateway/handlers/client/track/?id=a2f39296-6dd0-4b3c-be85-7baa22e7ff4a",
    60              "impressionCounter": "https://hosts-demo.adhese.com/rtb_gateway/handlers/client/track/?id=a2f39296-6dd0-4b3c-be85-7baa22e7ff4a",
    61              "extension": {
    62                "prebid": {
    63                  "cpm": {
    64                    "amount": "1",
    65                    "currency": "USD"
    66                  }
    67                }
    68              }
    69            }]
    70          }
    71        }
    72      ],
    73      "expectedBidResponses": [],
    74      "expectedMakeBidsErrors": [
    75        {
    76          "value": "Response resulted in an empty seatBid array.",
    77          "comparison": "literal"
    78        }
    79      ]
    80    }