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