AI-generated Key Takeaways
-
Display & Video 360 API v2 has sunset.
-
The
Dimensions
object uses a JSON representation withwidthPixels
andheightPixels
fields. -
Both
widthPixels
andheightPixels
are 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. |