Skip to main content

VIDEO oRTB

VIDEO oRTB Integration

Our videobanner integration is based on theusing standard OpenRTBoRTB 2.5 protocol.protocol.

VIDEO oRTB endpoint

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

Parameters
pid         Required Your feed ID
Request example 
{
  "id": "80ce30c53c16e6ede735f123ef6e32361bfc7b22"60ce30c53c16e6ede735f123ef6e32361bfc7b22",
  "at": 1,
  "imp": [
    {
      "id": "2"6",
      "bidfloor": 0.0000002
    }
  ],
  "site": {
    "id": "102855"602855",
    "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"65816b39711f9b5acf3b90e313ed29e51665623f"
  },
  "source": {
    "ext": {
      "schain": {
        "ver": "1.0",
        "complete": 1,
        "nodes": [
          {
            "asi": "supplypartner.example",
            "sid": "102855",
            "hp": 1
          },
          {
            "asi": "intermediaryssp.example",
            "sid": "chain-node-001",
            "hp": 1
          }
        ]
      }
    }
  }
}
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

You can retrieve statistics using two available methods:

Method 1: Using API Endpoint and API Token

You can access stats programmatically using a dedicated API URL and a personal API token.

Requirements:
API Link (provided by your account manager)
API Token (also issued by your manager)

Authentication:
You must include the API token in the Authorization header using the Bearer scheme.

Example Header:
Authorization: Bearer YOUR_API_TOKEN

pubfeed_id Required Your feed ID
API Link By Date

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

Method 2: Using Swagger Interface

You can also access statistics via the Swagger UI, which provides an interactive interface to query stats.

Swagger URL:

https://platform.inhousead.net/ortb/api/schema/swagger-ui/

Steps to Use:

1. Authorise using your API token;
2. Specify the date;
3. Select your preferred grouping (by date, country, subid, hour or pubfeed_id);
4. Execute the query and review the results directly in the Swagger UI.

If you require any help, please contact your account manager.