github.com/prebid/prebid-server@v0.275.0/adapters/liftoff/liftofftest/exemplary/app_video_instl.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          "instl": 1,
    28          "ext": {
    29            "bidder": {
    30              "app_store_id": "123",
    31              "placement_reference_id": "123"
    32            }
    33          }
    34        }
    35      ],
    36      "user": {
    37        "buyeruid": "123"
    38      },
    39      "ext": {
    40        "prebid": {
    41          "debug": true
    42        }
    43      }
    44    },
    45    "httpCalls": [
    46      {
    47        "expectedRequest": {
    48          "uri": "https://liftoff.io/bit/t",
    49          "headers": {
    50            "Content-Type": ["application/json"],
    51            "Accept": ["application/json"],
    52            "X-OpenRTB-Version": ["2.5"]
    53          },
    54          "body": {
    55            "id": "test-request-id",
    56            "app": {
    57              "id": "123",
    58              "bundle": "com.prebid"
    59            },
    60            "device": {
    61              "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab"
    62            },
    63            "imp": [
    64              {
    65                "id": "test-imp-id",
    66                "tagid": "123",
    67                "video": {
    68                  "mimes": [
    69                    "video/mp4"
    70                  ],
    71                  "protocols": [
    72                    2,
    73                    5
    74                  ],
    75                  "w": 1024,
    76                  "h": 576,
    77                  "ext": {
    78                    "foo": "bar"
    79                  }
    80                },
    81                "instl": 1,
    82                "ext": {
    83                  "prebid": null,
    84                  "bidder": {
    85                    "app_store_id": "123",
    86                    "placement_reference_id": "123"
    87                  },
    88                  "vungle": {
    89                    "bid_token": "123",
    90                    "app_store_id": "123",
    91                    "placement_reference_id": "123"
    92                  }
    93                }
    94              }
    95            ],
    96            "user": {
    97              "buyeruid": "123"
    98            },
    99            "ext": {
   100              "prebid": {
   101                "debug": true
   102              }
   103            }
   104          }
   105        },
   106        "mockResponse": {
   107          "status": 200,
   108          "body": {
   109            "id": "test-request-id",
   110            "seatbid": [
   111              {
   112                "seat": "seat-id",
   113                "bid": [
   114                  {
   115                    "id": "1",
   116                    "impid": "test-imp-id",
   117                    "adid": "11110126",
   118                    "price": 0.500000,
   119                    "adm": "some-test-ad",
   120                    "crid": "test-crid",
   121                    "h": 250,
   122                    "w": 300
   123                  }
   124                ]
   125              }
   126            ],
   127            "cur": "USD"
   128          }
   129        }
   130      }
   131    ],
   132    "expectedBidResponses": [
   133      {
   134        "currency": "USD",
   135        "bids": [
   136          {
   137            "bid": {
   138              "id": "1",
   139              "impid": "test-imp-id",
   140              "adid": "11110126",
   141              "price": 0.5,
   142              "adm": "some-test-ad",
   143              "crid": "test-crid",
   144              "w": 300,
   145              "h": 250
   146            },
   147            "type": "video"
   148          }
   149        ]
   150      }
   151    ]
   152  }