github.com/prebid/prebid-server/v2@v2.18.0/adapters/loyal/loyaltest/exemplary/multi-imp.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "device": {
     5              "ip": "123.123.123.123",
     6              "ua": "iPad"
     7          },
     8          "app": {
     9              "id": "1",
    10              "bundle": "com.wls.testwlsapplication"
    11          },
    12          "imp": [
    13              {
    14                  "id": "test-imp-id",
    15                  "tagid": "test",
    16                  "banner": {
    17                      "format": [
    18                          {
    19                              "w": 300,
    20                              "h": 250
    21                          },
    22                          {
    23                              "w": 300,
    24                              "h": 600
    25                          }
    26                      ]
    27                  },
    28                  "ext": {
    29                      "bidder": {
    30                          "endpointId": "test"
    31                      }
    32                  }
    33              },
    34              {
    35                  "id": "test-imp-id",
    36                  "tagid": "test",
    37                  "banner": {
    38                      "format": [
    39                          {
    40                              "w": 300,
    41                              "h": 250
    42                          },
    43                          {
    44                              "w": 300,
    45                              "h": 600
    46                          }
    47                      ]
    48                  },
    49                  "ext": {
    50                      "bidder": {
    51                          "endpointId": "test"
    52                      }
    53                  }
    54              }
    55          ]
    56      },
    57      "httpCalls": [
    58          {
    59              "expectedRequest": {
    60                  "uri": "https://us-east-1.loyal.app/pserver",
    61                  "body": {
    62                      "id": "test-request-id",
    63                      "imp": [
    64                          {
    65                              "id": "test-imp-id",
    66                              "tagid": "test",
    67                              "banner": {
    68                                  "format": [
    69                                      {
    70                                          "w": 300,
    71                                          "h": 250
    72                                      },
    73                                      {
    74                                          "w": 300,
    75                                          "h": 600
    76                                      }
    77                                  ]
    78                              },
    79                              "ext": {
    80                                  "bidder": {
    81                                      "endpointId": "test",
    82                                      "type": "network"
    83                                  }
    84                              }
    85                          }
    86                      ],
    87                      "app": {
    88                          "id": "1",
    89                          "bundle": "com.wls.testwlsapplication"
    90                      },
    91                      "device": {
    92                          "ip": "123.123.123.123",
    93                          "ua": "iPad"
    94                      }
    95                  },
    96                  "impIDs":["test-imp-id"]
    97              },
    98              "mockResponse": {
    99                  "status": 200,
   100                  "body": {
   101                      "id": "test-request-id",
   102                      "seatbid": [
   103                          {
   104                              "bid": [
   105                                  {
   106                                      "id": "test_bid_id",
   107                                      "impid": "test-imp-id",
   108                                      "price": 0.27543,
   109                                      "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://us-east-1.loyal.app/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
   110                                      "cid": "test_cid",
   111                                      "crid": "test_crid",
   112                                      "dealid": "test_dealid",
   113                                      "w": 300,
   114                                      "h": 250,
   115                                      "ext": {
   116                                          "prebid": {
   117                                              "type": "banner"
   118                                          }
   119                                      }
   120                                  }
   121                              ],
   122                              "seat": "loyal"
   123                          }
   124                      ],
   125                      "cur": "USD"
   126                  }
   127              }
   128          },
   129          {
   130              "expectedRequest": {
   131                  "uri": "https://us-east-1.loyal.app/pserver",
   132                  "body": {
   133                      "id": "test-request-id",
   134                      "imp": [
   135                          {
   136                              "id": "test-imp-id",
   137                              "tagid": "test",
   138                              "banner": {
   139                                  "format": [
   140                                      {
   141                                          "w": 300,
   142                                          "h": 250
   143                                      },
   144                                      {
   145                                          "w": 300,
   146                                          "h": 600
   147                                      }
   148                                  ]
   149                              },
   150                              "ext": {
   151                                  "bidder": {
   152                                      "endpointId": "test",
   153                                      "type": "network"
   154                                  }
   155                              }
   156                          }
   157                      ],
   158                      "app": {
   159                          "id": "1",
   160                          "bundle": "com.wls.testwlsapplication"
   161                      },
   162                      "device": {
   163                          "ip": "123.123.123.123",
   164                          "ua": "iPad"
   165                      }
   166                  },
   167                  "impIDs":["test-imp-id"]
   168              },
   169              "mockResponse": {
   170                  "status": 200,
   171                  "body": {
   172                      "id": "test-request-id",
   173                      "seatbid": [
   174                          {
   175                              "bid": [
   176                                  {
   177                                      "id": "test_bid_id",
   178                                      "impid": "test-imp-id",
   179                                      "price": 0.27543,
   180                                      "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://us-east-1.loyal.app/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
   181                                      "cid": "test_cid",
   182                                      "crid": "test_crid",
   183                                      "dealid": "test_dealid",
   184                                      "w": 300,
   185                                      "h": 250,
   186                                      "ext": {
   187                                          "prebid": {
   188                                              "type": "banner"
   189                                          }
   190                                      }
   191                                  }
   192                              ],
   193                              "seat": "loyal"
   194                          }
   195                      ],
   196                      "cur": "USD"
   197                  }
   198              }
   199          }
   200      ],
   201      "expectedBidResponses": [
   202          {
   203              "bids": [
   204                  {
   205                      "bid": {
   206                          "id": "test_bid_id",
   207                          "impid": "test-imp-id",
   208                          "price": 0.27543,
   209                          "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://us-east-1.loyal.app/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
   210                          "cid": "test_cid",
   211                          "crid": "test_crid",
   212                          "dealid": "test_dealid",
   213                          "w": 300,
   214                          "h": 250,
   215                          "ext": {
   216                              "prebid": {
   217                                  "type": "banner"
   218                              }
   219                          }
   220                      },
   221                      "type": "banner"
   222                  }
   223              ]
   224          },
   225          {
   226              "bids": [
   227                  {
   228                      "bid": {
   229                          "id": "test_bid_id",
   230                          "impid": "test-imp-id",
   231                          "price": 0.27543,
   232                          "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://us-east-1.loyal.app/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
   233                          "cid": "test_cid",
   234                          "crid": "test_crid",
   235                          "dealid": "test_dealid",
   236                          "w": 300,
   237                          "h": 250,
   238                          "ext": {
   239                              "prebid": {
   240                                  "type": "banner"
   241                              }
   242                          }
   243                      },
   244                      "type": "banner"
   245                  }
   246              ]
   247          }
   248      ]
   249  }