github.com/prebid/prebid-server@v0.275.0/adapters/adhese/adhesetest/supplemental/res-no_impression_counter.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            "origin": "JERLICIA",
    51            "originInstance": "",
    52            "ext": "js",
    53            "slotName": "_main_page_-leaderboard",
    54            "adType": "leaderboard",
    55            "orderId": "888",
    56            "id": "60613369",
    57            "width": "728",
    58            "height": "90",
    59            "body": "<div style='background-color:red; height:250px; width:300px'></div>",
    60            "tracker": "https://hosts-demo.adhese.com/rtb_gateway/handlers/client/track/?id=a2f39296-6dd0-4b3c-be85-7baa22e7ff4a",
    61            "impressionCounter": "",
    62            "extension": {
    63              "prebid": {
    64                "cpm": {
    65                  "amount": "1",
    66                  "currency": "USD"
    67                }
    68              }
    69            }
    70          }]
    71        }
    72      }
    73    ],
    74    "expectedBidResponses": [
    75      {
    76        "currency": "USD",
    77          "bids": [
    78            {
    79              "bid": {
    80                "adm": "<div style='background-color:red; height:250px; width:300px'></div>",
    81                "w": 728,
    82                "h": 90,
    83                "id": "",
    84                "impid": "",
    85                "price": 1.000000,
    86                "dealid": "888",
    87                "crid": "60613369",
    88                "ext": {
    89                      "adFormat": "",
    90                      "adType": "leaderboard",
    91                      "adspaceId": "",
    92                      "libId": "",
    93                      "orderProperty": "",
    94                      "priority": "",
    95                      "viewableImpressionCounter": ""
    96                    }
    97              },
    98              "type": "banner"
    99            }
   100          ]
   101      }
   102    ]
   103  }