Skip to main content

VIDEO oRTB

VIDEO oRTB Integration

Our video integration is based on the standard OpenRTB 2.5 protocol.

VIDEO oRTB endpoint

http://feed.inhousead.net/ortb?pid=REPLACE

Parameters
pid         Required Your feed ID
Request example 
{
"id": "80ce30c53c16e6ede735f123ef6e32361bfc7b22",
"at": 1,
"imp": [
    {
        "id": "2",
        "bidfloor": 0.0000002
    }
],
"site": {
    "id": "102855",
    "ref": "www.ref.com"
},
"device": {
    "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8)AppleWebKit/537.13 (KHTML, like Gecko) Version/5.1 Safari/534.57.2",
    "ip": "123.145.167.10"
},
"user": {
    "id": "55816b39711f9b5acf3b90e313ed29e51665623f"
}
}
Response example
{
   "id": "faf41192-6ec4-11f0-b583-ac1f6b2d2360",
   "seatbid": [
       {
           "bid": [
               {
                   "id": "1",
                   "impid": "1",
                   "price": 0.000054,
                   "adm": "https://click.inhousead.net/click/04o83cqcs1d7mcayy?token=mjkfki4okw"
               }
           ]
       }
   ]
}

VIDEO oRTB Statistic API

Your API token will be provided by your account manager.
It should be used in the Authorization header as a Bearer token.

pubfeed_id Required Your feed ID
By Date

https://platform.inhousead.net/ortb/api/statistics/pubfeed/?end_date=2025.09.19&groupby=date&pubfeed_id=REPLACE&start_date=2025.09.19