github.com/prebid/prebid-server/v2@v2.18.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          "impIDs":["test-imp-id"]
   106        },
   107        "mockResponse": {
   108          "status": 200,
   109          "body": {
   110            "id": "test-request-id",
   111            "seatbid": [
   112              {
   113                "seat": "seat-id",
   114                "bid": [
   115                  {
   116                    "id": "1",
   117                    "impid": "test-imp-id",
   118                    "adid": "11110126",
   119                    "price": 0.500000,
   120                    "adm": "some-test-ad",
   121                    "crid": "test-crid",
   122                    "h": 250,
   123                    "w": 300
   124                  }
   125                ]
   126              }
   127            ],
   128            "cur": "USD"
   129          }
   130        }
   131      }
   132    ],
   133    "expectedBidResponses": [
   134      {
   135        "currency": "USD",
   136        "bids": [
   137          {
   138            "bid": {
   139              "id": "1",
   140              "impid": "test-imp-id",
   141              "adid": "11110126",
   142              "price": 0.5,
   143              "adm": "some-test-ad",
   144              "crid": "test-crid",
   145              "w": 300,
   146              "h": 250
   147            },
   148            "type": "video",
   149            "seat": "seat-id"
   150          }
   151        ]
   152      }
   153    ]
   154  }