Dimensions

  • Display & Video 360 API v3 has been sunset and users should transition to v4.

  • The Dimensions resource is represented in JSON with widthPixels and heightPixels fields.

  • The widthPixels and heightPixels fields specify the width and height in pixels, respectively.

Dimensions.

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

integer

The width in pixels.

heightPixels

integer

The height in pixels.