Dimensions

  • Display & Video 360 API v1 is no longer available.

  • The provided documentation details the schema representation for dimensions in the Display & Video 360 API, specifically focusing on width and height properties represented in pixels.

Dimensions.

JSON representation
{
  "widthPixels": integer,
  "heightPixels": integer
}
Fields
widthPixels

integer

The width in pixels.

heightPixels

integer

The height in pixels.