github.com/prebid/prebid-server/v2@v2.18.0/adapters/adgeneration/adgenerationtest/supplemental/no-bid-response.json (about)

     1  {
     2      "mockBidRequest":{
     3          "id": "some-request-id",
     4          "site": {
     5              "page": "http://example.com/test.html"
     6          },
     7          "device": {
     8              "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
     9          },
    10          "imp": [
    11              {
    12                  "id": "some-impression-id",
    13                  "banner": {
    14                      "format": [
    15                          {
    16                              "w": 300,
    17                              "h": 250
    18                          }
    19                      ]
    20                  },
    21                  "ext": {
    22                      "bidder": {
    23                          "id": "58278"
    24                      }
    25                  }
    26              }
    27          ],
    28          "tmax": 500
    29      },
    30      "httpCalls": [
    31          {
    32              "internalRequest": {
    33                  "id": "some-request-id",
    34                  "site": {
    35                      "page": "http://example.com/test.html"
    36                  },
    37                  "imp": [
    38                      {
    39                          "id": "some-impression-id",
    40                          "banner": {
    41                              "format": [
    42                                  {
    43                                      "w": 300,
    44                                      "h": 250
    45                                  }
    46                              ]
    47                          },
    48                          "ext": {
    49                              "bidder": {
    50                                  "id": "58278"
    51                              }
    52                          }
    53                      }
    54                  ],
    55                  "tmax": 500
    56              },
    57              "expectedRequest":{
    58                  "uri": "https://d.socdm.com/adsv/v1?adapterver=1.0.3&currency=JPY&hb=true&id=58278&posall=SSPLOC&sdkname=prebidserver&sdktype=0&sizes=300x250&t=json3&tp=http%3A%2F%2Fexample.com%2Ftest.html",
    59                  "headers": {
    60                      "Accept": [
    61                          "application/json"
    62                      ],
    63                      "Content-Type": [
    64                          "application/json;charset=utf-8"
    65                      ],
    66                      "User-Agent": [
    67                          "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36"
    68                      ]
    69                  },
    70                  "impIDs":["some-impression-id"]
    71              },
    72              "mockResponse":{
    73                  "status": 200,
    74                  "body": {
    75                      "ad": "<!-- st=noad : id=58278 : pos=SSPLOC -->\n",
    76                      "beacon": "<img src=\"https://tg.socdm.com/bc/v3?b=beaconID&amp;xuid=XUID&amp;ctsv=CTSV&amp;seqid=SeqID&amp;seqtime=SeqTime&amp;seqctx=SeqCtx&amp;t=.gif\" width=\"1\" height=\"1\" style=\"display:none;border:none;padding:0;margin:0;width:1px;height:1px\"/>",
    77                      "beaconurl": "https://tg.socdm.com/bc/v3?b=beaconID&t=.gif",
    78                      "displaytype": "1",
    79                      "ids": {
    80                          "anid": "",
    81                          "diid": "",
    82                          "idfa": "",
    83                          "soc": "XNvISMCo5mIAAMa7gNQAAAAA"
    84                      },
    85                      "location_params": null,
    86                      "locationid": "58278",
    87                      "results": [],
    88                      "rotation": "0",
    89                      "sdktype": "0"
    90                  }
    91              }
    92          }
    93      ],
    94      "expectedBidResponses": []
    95  }
    96