github.com/prebid/prebid-server/v2@v2.18.0/adapters/liftoff/liftofftest/exemplary/site_video_rewarded.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "site": {
     5        "name": "com.prebid"
     6      },
     7      "device": {
     8        "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab"
     9      },
    10      "imp": [
    11        {
    12          "id": "test-imp-id",
    13          "video": {
    14            "mimes": [
    15              "video/mp4"
    16            ],
    17            "protocols": [
    18              2,
    19              5
    20            ],
    21            "w": 1024,
    22            "h": 576,
    23            "ext": {
    24              "foo": "bar"
    25            }
    26          },
    27          "ext": {
    28            "prebid": {
    29              "is_rewarded_inventory": 1
    30            },
    31            "bidder": {
    32              "app_store_id": "123",
    33              "placement_reference_id": "123"
    34            }
    35          }
    36        }
    37      ],
    38      "user": {
    39        "buyeruid": "123"
    40      }
    41    },
    42    "httpCalls": [
    43      {
    44        "expectedRequest": {
    45          "uri": "https://liftoff.io/bit/t",
    46          "headers": {
    47            "Content-Type": ["application/json"],
    48            "Accept": ["application/json"],
    49            "X-OpenRTB-Version": ["2.5"]
    50          },
    51          "body": {
    52            "id": "test-request-id",
    53            "app": {
    54              "id": "123"
    55            },
    56            "device": {
    57              "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab"
    58            },
    59            "imp": [
    60              {
    61                "id": "test-imp-id",
    62                "tagid": "123",
    63                "video": {
    64                  "mimes": [
    65                    "video/mp4"
    66                  ],
    67                  "protocols": [
    68                    2,
    69                    5
    70                  ],
    71                  "w": 1024,
    72                  "h": 576,
    73                  "ext": {
    74                    "foo": "bar"
    75                  }
    76                },
    77                "ext": {
    78                  "prebid": {
    79                    "is_rewarded_inventory": 1
    80                  },
    81                  "bidder": {
    82                    "app_store_id": "123",
    83                    "placement_reference_id": "123"
    84                  },
    85                  "vungle": {
    86                    "bid_token": "123",
    87                    "app_store_id": "123",
    88                    "placement_reference_id": "123"
    89                  }
    90                }
    91              }
    92            ],
    93            "user": {
    94              "buyeruid": "123"
    95            }
    96          },
    97          "impIDs":["test-imp-id"]
    98        },
    99        "mockResponse": {
   100          "status": 200,
   101          "body": {
   102            "id": "test-request-id",
   103            "seatbid": [
   104              {
   105                "seat": "seat-id",
   106                "bid": [
   107                  {
   108                    "id": "1",
   109                    "impid": "test-imp-id",
   110                    "adid": "11110126",
   111                    "price": 0.500000,
   112                    "adm": "some-test-ad",
   113                    "crid": "test-crid",
   114                    "h": 250,
   115                    "w": 300
   116                  }
   117                ]
   118              }
   119            ],
   120            "cur": "USD"
   121          }
   122        }
   123      }
   124    ],
   125    "expectedBidResponses": [
   126      {
   127        "currency": "USD",
   128        "bids": [
   129          {
   130            "bid": {
   131              "id": "1",
   132              "impid": "test-imp-id",
   133              "adid": "11110126",
   134              "price": 0.5,
   135              "adm": "some-test-ad",
   136              "crid": "test-crid",
   137              "w": 300,
   138              "h": 250
   139            },
   140            "type": "video",
   141            "seat": "seat-id"
   142          }
   143        ]
   144      }
   145    ]
   146  }