github.com/prebid/prebid-server/v2@v2.18.0/adapters/adprime/adprimetest/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                  "ext": {
    21                      "bidder": {
    22                          "TagID": "17",
    23                          "placementId": "17"
    24                      }
    25                  }
    26              }
    27          ],
    28          "app": {
    29              "id": "1",
    30              "bundle": "com.wls.testwlsapplication"
    31          },
    32          "device": {
    33              "ip": "123.123.123.123",
    34              "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    35          }
    36      },
    37  	"httpCalls": [{
    38  		"expectedRequest": {
    39  			"uri": "http://delta.adprime.com/pserver",
    40  			"body": {
    41                  "id": "test-request-id",
    42                  "imp": [
    43                      {
    44                          "id": "test-imp-id",
    45                          "banner": {
    46                              "format": [
    47                                  {
    48                                      "w": 300,
    49                                      "h": 250
    50                                  },
    51                                  {
    52                                      "w": 300,
    53                                      "h": 600
    54                                  }
    55                              ]
    56                          },
    57                          "tagid": "17",
    58                          "ext": {
    59                              "bidder": {
    60                                  "TagID": "17",
    61                                  "placementId": "17"
    62                              }
    63                          }
    64                      }
    65                  ],
    66                  "app": {
    67                      "id": "1",
    68                      "bundle": "com.wls.testwlsapplication"
    69                  },
    70                  "device": {
    71                      "ip": "123.123.123.123",
    72                      "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    73                  }
    74              },
    75              "impIDs":["test-imp-id"]
    76  		},
    77  		"mockResponse": {
    78  			"status": 204,
    79  			"body": {}
    80  		}
    81      }],
    82      "expectedBidResponses": []
    83  }