github.com/prebid/prebid-server/v2@v2.18.0/adapters/deepintent/deepintenttest/supplemental/status-204.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": "17",
    20                  "displaymanager": "di_prebid",
    21                  "displaymanagerver": "2.0.0",
    22                  "ext": {
    23                      "bidder": {
    24                          "tagId": "17"
    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": "sdjfksdf-dfsds-dsdg-dsgg"
    36          }
    37      },
    38  	"httpCalls": [{
    39  		"expectedRequest": {
    40  			"uri": "https://prebid.deepintent.com/prebid",
    41  			"body": {
    42                  "id": "test-request-id",
    43                  "imp": [
    44                      {
    45                          "id": "test-imp-id",
    46                          "banner": {
    47                              "format": [
    48                                  {
    49                                      "w": 300,
    50                                      "h": 250
    51                                  },
    52                                  {
    53                                      "w": 300,
    54                                      "h": 600
    55                                  }
    56                              ],
    57                              "h":250,
    58                              "w":300
    59                          },
    60                          "tagid": "17",
    61                          "displaymanager": "di_prebid",
    62                          "displaymanagerver": "2.0.0",
    63                          "ext": {
    64                              "bidder": {
    65                                  "tagId": "17"
    66                              }
    67                          }
    68                      }
    69                  ],
    70                  "app": {
    71                      "id": "1",
    72                      "bundle": "com.wls.testwlsapplication"
    73                  },
    74                  "device": {
    75                      "ip": "123.123.123.123",
    76                      "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    77                  }
    78              },
    79              "impIDs":["test-imp-id"]
    80  		},
    81  		"mockResponse": {
    82  			"status": 204,
    83  			"body": {}
    84  		}
    85  	}]
    86  }