github.com/prebid/prebid-server/v2@v2.18.0/adapters/sovrn/sovrntest/supplemental/both-custom-default-bidfloor.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          "bidfloor": 1.69,
    20          "ext": {
    21            "bidder": {
    22              "tagid": "123456",
    23              "bidfloor": 4.20
    24            }
    25          }
    26        }
    27      ],
    28      "device": { },
    29      "site": {
    30        "domain": "www.publisher.com",
    31        "page": "http://www.publisher.com/awesome/site"
    32      },
    33      "user": {
    34        "buyeruid": "test_reader_id"
    35      }
    36    },
    37  
    38    "httpCalls": [
    39      {
    40        "expectedRequest": {
    41          "headers": {
    42            "Content-Type": ["application/json"],
    43            "Cookie": ["ljt_reader=test_reader_id"]
    44          },
    45          "uri": "http://sovrn.com/test/endpoint",
    46          "body": {
    47            "id": "test-request-id",
    48            "imp": [
    49              {
    50                "id": "test-imp-id",
    51                "banner": {
    52                  "format": [
    53                    {
    54                      "w": 300,
    55                      "h": 250
    56                    },
    57                    {
    58                      "w": 300,
    59                      "h": 600
    60                    }
    61                  ]
    62                },
    63                "tagid": "123456",
    64                "bidfloor": 1.69,
    65                "ext": {
    66                  "bidder": {
    67                    "tagid": "123456",
    68                    "bidfloor": 4.20
    69                  }
    70                }
    71              }
    72            ],
    73            "site": {
    74              "domain": "www.publisher.com",
    75              "page": "http://www.publisher.com/awesome/site"
    76            },
    77            "user": {
    78              "buyeruid": "test_reader_id"
    79            },
    80            "device": { }
    81          },
    82          "impIDs":["test-imp-id"]
    83        },
    84        "mockResponse": {
    85          "status": 200,
    86          "body": {
    87            "id": "test-request-id",
    88            "seatbid": [
    89              {
    90                "bid": [
    91                  {
    92                    "id": "a_449642_554a13d3b9f348fba707cf83f0f63800",
    93                    "impid": "test-imp-id",
    94                    "price": 3.5,
    95                    "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800",
    96                    "adm": "some-test-ad",
    97                    "w": 300,
    98                    "h": 250
    99                  }
   100                ]
   101              }
   102            ]
   103          }
   104        }
   105      }
   106    ],
   107  
   108    "expectedBidResponses": [
   109      {
   110        "currency": "USD",
   111        "bids": [
   112          {
   113            "bid": {
   114              "id": "a_449642_554a13d3b9f348fba707cf83f0f63800",
   115              "impid": "test-imp-id",
   116              "price": 3.5,
   117              "adm": "some-test-ad",
   118              "nurl": "http://sovrn.com/rtb/impression?bannerid=138743&campaignid=3699&zoneid=449642&cb=69493397&tid=a_449642_554a13d3b9f348fba707cf83f0f63800",
   119              "w": 300,
   120              "h": 250
   121            },
   122            "type": "banner"
   123          }
   124        ]
   125      }
   126    ]
   127  }