Dimensions

  • Display & Video 360 API v2 is no longer in use.

  • This documentation details the dimensions of Display & Video 360, using a JSON representation for width and height in pixels.

  • widthPixels and heightPixels fields provide integer values representing the dimensions.

Dimensions.

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

integer

The width in pixels.

heightPixels

integer

The height in pixels.