github.com/prebid/prebid-server@v0.275.0/adapters/deepintent/deepintenttest/exemplary/simple-web-banner.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-request-id",
     4        "imp": [
     5            {
     6                "id": "test-imp-id",
     7                "banner": {
     8                    "format": [
     9                        {
    10                            "w": 300,
    11                            "h": 250
    12                        },
    13                        {
    14                            "w": 300,
    15                            "h": 600
    16                        }
    17                    ]
    18                },
    19                "tagid": "1",
    20                "displaymanager": "di_prebid",
    21                "displaymanagerver": "2.0.0",
    22                "ext": {
    23                    "bidder": {
    24                        "tagId": "1"
    25                    }
    26                }
    27            }
    28        ],
    29        "site": {
    30            "id": "1",
    31            "domain": "test.com"
    32        },
    33        "device": {
    34            "ip": "123.123.123.123"
    35        }
    36    },
    37    
    38      "httpCalls": [
    39        {
    40          "expectedRequest": {
    41            "uri": "https://prebid.deepintent.com/prebid",
    42            "body": {
    43              "id": "test-request-id",
    44              "imp": [
    45                  {
    46                      "id": "test-imp-id",
    47                      "banner": {
    48                          "format": [
    49                              {
    50                                  "w": 300,
    51                                  "h": 250
    52                              },
    53                              {
    54                                  "w": 300,
    55                                  "h": 600
    56                              }
    57                          ],
    58                          "h":250,
    59                          "w":300
    60                      },
    61                      "tagid": "1",
    62                      "displaymanager": "di_prebid",
    63                      "displaymanagerver": "2.0.0",
    64                      "ext": {
    65                          "bidder": {
    66                              "tagId": "1"
    67                          }
    68                      }
    69                  }
    70              ],
    71              "site": {
    72                  "id": "1",
    73                  "domain": "test.com"
    74              },
    75              "device": {
    76                  "ip": "123.123.123.123"
    77              }
    78          }
    79          },
    80          "mockResponse": {
    81            "status": 200,
    82            "body": {
    83              "id": "test-request-id",
    84              "seatbid": [
    85                  {
    86                      "bid": [
    87                          {
    88                              "id": "test_bid_id",
    89                              "impid": "test-imp-id",
    90                              "price": 0.27543,
    91                              "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://pub.admanmedia.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
    92                              "cid": "test_cid",
    93                              "crid": "test_crid",
    94                              "dealid": "test_dealid",
    95                              "w": 468,
    96                              "h": 60,
    97                              "ext": {
    98                                  "prebid": {
    99                                      "type": "banner"
   100                                  }
   101                              }
   102                          }
   103                      ],
   104                      "seat": "adman"
   105                  }
   106              ],
   107              "cur": "USD"
   108            }
   109          }
   110        }
   111      ],
   112    
   113      "expectedBidResponses": [
   114        {
   115          "bids":[
   116            {
   117              "bid":  {
   118                  "id": "test_bid_id",
   119                  "impid": "test-imp-id",
   120                  "price": 0.27543,
   121                  "adm": "<iframe id=\"adm-banner-1\" width=\"468\" height=\"60\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://pub.admanmedia.com/?c=o&m=adm&k=bc2d316f39931a07d9a8dd249bf85fc0\"></iframe>",
   122                  "cid": "test_cid",
   123                  "crid": "test_crid",
   124                  "dealid": "test_dealid",
   125                  "w": 468,
   126                  "h": 60,
   127                  "ext": {
   128                      "prebid": {
   129                          "type": "banner"
   130                      }
   131                  }
   132              },
   133              "type": "banner"
   134            }
   135          ]
   136        }
   137      ]
   138    }
   139