github.com/prebid/prebid-server/v2@v2.18.0/adapters/telaria/telariatest/exemplary/multiple-vidoe-app.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "some-request-id",
     4      "device": {
     5        "ua": "test-user-agent",
     6        "ip": "123.123.123.123",
     7        "language": "en",
     8        "dnt": 0
     9      },
    10      "tmax": 1000,
    11      "user": {
    12        "buyeruid": "awesome-user"
    13      },
    14      "app": {
    15        "publisher": {
    16          "id": "123456789"
    17        },
    18        "cat": [
    19          "IAB22-1"
    20        ],
    21        "bundle": "com.app.awesome",
    22        "name": "Awesome App",
    23        "domain": "awesomeapp.com",
    24        "id": "123456789"
    25      },
    26      "imp": [
    27        {
    28          "id": "0_0",
    29          "tagid": "ogTAGID",
    30          "video": {
    31            "mimes": [
    32              "video/mp4"
    33            ],
    34            "w": 640,
    35            "h": 480,
    36            "minduration": 120,
    37            "maxduration": 150,
    38            "ext": {
    39              "podduration": 30,
    40              "maxseq": 2
    41            }
    42          },
    43          "ext": {
    44            "bidder": {
    45              "adCode": "my-adcode",
    46              "seatCode": "my-seatcode",
    47              "extra": {
    48                "custom": "1234"
    49              }
    50            }
    51          }
    52        },
    53        {
    54          "id": "0_1",
    55          "tagid": "ogTAGID",
    56          "video": {
    57            "mimes": [
    58              "video/mp4"
    59            ],
    60            "w": 640,
    61            "h": 480,
    62            "minduration": 120,
    63            "maxduration": 150
    64          },
    65          "ext": {
    66            "bidder": {
    67              "adCode": "my-adcode",
    68              "seatCode": "my-seatcode",
    69              "extra": {
    70                "custom": "1234"
    71              }
    72            }
    73          }
    74        }
    75      ]
    76    },
    77    "httpCalls": [
    78      {
    79        "expectedRequest": {
    80          "headers": {
    81            "Content-Type": [
    82              "application/json;charset=utf-8"
    83            ],
    84            "Accept": [
    85              "application/json"
    86            ],
    87            "X-Openrtb-Version": [
    88              "2.5"
    89            ],
    90            "User-Agent": [
    91              "test-user-agent"
    92            ],
    93            "X-Forwarded-For": [
    94              "123.123.123.123"
    95            ],
    96            "Accept-Language": [
    97              "en"
    98            ],
    99            "Dnt": [
   100              "0"
   101            ]
   102          },
   103          "uri": "https://ads.tremorhub.com/ad/rtb/prebid",
   104          "body": {
   105            "id": "some-request-id",
   106            "ext": {
   107              "extra": {
   108                "custom": "1234"
   109              }
   110            },
   111            "device": {
   112              "ua": "test-user-agent",
   113              "ip": "123.123.123.123",
   114              "language": "en",
   115              "dnt": 0
   116            },
   117            "imp": [
   118              {
   119                "id": "0_0",
   120                "video": {
   121                  "mimes": [
   122                    "video/mp4"
   123                  ],
   124                  "minduration": 120,
   125                  "maxduration": 150,
   126                  "w": 640,
   127                  "h": 480,
   128                  "ext": {
   129                    "podduration": 30,
   130                    "maxseq": 2
   131                  }
   132                },
   133                "tagid": "my-adcode",
   134                "ext": {
   135                  "originalTagid": "ogTAGID",
   136                  "originalPublisherid": "123456789"
   137                }
   138              }
   139            ],
   140            "app": {
   141              "id": "123456789",
   142              "name": "Awesome App",
   143              "bundle": "com.app.awesome",
   144              "domain": "awesomeapp.com",
   145              "cat": [
   146                "IAB22-1"
   147              ],
   148              "publisher": {
   149                "id": "my-seatcode"
   150              }
   151            },
   152            "user": {
   153              "buyeruid": "awesome-user"
   154            },
   155            "tmax": 1000
   156          },
   157          "impIDs":["0_0"]
   158        },
   159        "mockResponse": {
   160          "status": 200,
   161          "body": {
   162            "id": "awesome-resp-id",
   163            "seatbid": [
   164              {
   165                "bid": [
   166                  {
   167                    "id": "a3ae1b4e2fc24a4fb45540082e98e161",
   168                    "impid": "0_0",
   169                    "price": 3.5,
   170                    "adm": "awesome-markup",
   171                    "adomain": [
   172                      "awesome.com"
   173                    ],
   174                    "crid": "20",
   175                    "w": 1280,
   176                    "h": 720,
   177                    "ext": {
   178                      "prebid": {
   179                        "type": "video"
   180                      }
   181                    }
   182                  },
   183                  {
   184                    "id": "25c6976b14e041029afd5b00acabd933",
   185                    "impid": "0_0",
   186                    "price": 3.5,
   187                    "adm": "awesome-markup",
   188                    "adomain": [
   189                      "awesome.com"
   190                    ],
   191                    "crid": "20",
   192                    "w": 1280,
   193                    "h": 720,
   194                    "ext": {
   195                      "prebid": {
   196                        "type": "video"
   197                      }
   198                    }
   199                  }
   200                ],
   201                "seat": "telaria"
   202              }
   203            ],
   204            "cur": "USD",
   205            "ext": {
   206              "responsetimemillis": {
   207                "telaria": 154
   208              },
   209              "tmaxrequest": 1000
   210            }
   211          }
   212        }
   213      }
   214    ],
   215    "expectedBidResponses": [
   216      {
   217        "bids": [{
   218          "bid": {
   219            "id": "a3ae1b4e2fc24a4fb45540082e98e161",
   220            "impid": "0_0",
   221            "price": 3.5,
   222            "adm": "awesome-markup",
   223            "adomain": [
   224              "awesome.com"
   225            ],
   226            "crid": "20",
   227            "w": 1280,
   228            "h": 720,
   229            "ext": {
   230              "prebid": {
   231                "type": "video"
   232              }
   233            }
   234          },
   235          "type": "video"
   236        },{
   237          "bid": {
   238            "id": "25c6976b14e041029afd5b00acabd933",
   239            "impid": "0_1",
   240            "price": 3.5,
   241            "adm": "awesome-markup",
   242            "adomain": [
   243              "awesome.com"
   244            ],
   245            "crid": "20",
   246            "w": 1280,
   247            "h": 720,
   248            "ext": {
   249              "prebid": {
   250                "type": "video"
   251              }
   252            }
   253          },
   254          "type": "video"
   255        }]
   256      }
   257    ]
   258  }