github.com/prebid/prebid-server@v0.275.0/adapters/liftoff/liftofftest/exemplary/app_video_rewarded.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "app": {
     5        "bundle": "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              "bundle": "com.prebid"
    56            },
    57            "device": {
    58              "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab"
    59            },
    60            "imp": [
    61              {
    62                "id": "test-imp-id",
    63                "tagid": "123",
    64                "video": {
    65                  "mimes": [
    66                    "video/mp4"
    67                  ],
    68                  "protocols": [
    69                    2,
    70                    5
    71                  ],
    72                  "w": 1024,
    73                  "h": 576,
    74                  "ext": {
    75                    "foo": "bar"
    76                  }
    77                },
    78                "ext": {
    79                  "prebid": {
    80                    "is_rewarded_inventory": 1
    81                  },
    82                  "bidder": {
    83                    "app_store_id": "123",
    84                    "placement_reference_id": "123"
    85                  },
    86                  "vungle": {
    87                    "bid_token": "123",
    88                    "app_store_id": "123",
    89                    "placement_reference_id": "123"
    90                  }
    91                }
    92              }
    93            ],
    94            "user": {
    95              "buyeruid": "123"
    96            }
    97          }
    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          }
   142        ]
   143      }
   144    ]
   145  }