AI-generated Key Takeaways
-
Display & Video 360 API v3 has been sunset and users should transition to v4.
-
The Dimensions resource is represented in JSON with
widthPixels
andheightPixels
fields. -
The
widthPixels
andheightPixels
fields specify the width and height in pixels, respectively.
Dimensions.
JSON representation |
---|
{ "widthPixels": integer, "heightPixels": integer } |
Fields | |
---|---|
widthPixels |
The width in pixels. |
heightPixels |
The height in pixels. |