AI-generated Key Takeaways
-
Display & Video 360 API v2 has sunset.
-
The
Dimensionsobject uses a JSON representation withwidthPixelsandheightPixelsfields. -
Both
widthPixelsandheightPixelsare integer fields representing the width and height in pixels.
Dimensions.
| JSON representation |
|---|
{ "widthPixels": integer, "heightPixels": integer } |
| Fields | |
|---|---|
widthPixels |
The width in pixels. |
heightPixels |
The height in pixels. |