Dimensions

  • Display & Video 360 API v2 has sunset.

  • The Dimensions object uses a JSON representation with widthPixels and heightPixels fields.

  • Both widthPixels and heightPixels are integer fields representing the width and height in pixels.

Dimensions.

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

integer

The width in pixels.

heightPixels

integer

The height in pixels.