有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示形式
表示广告、展示位置、广告素材或广告素材资源的尺寸。
{ "kind": "dfareporting#size", "id": long, "width": integer, "height": integer, "iab": boolean }
属性名称 | 值 | 说明 | 备注 |
---|---|---|---|
height |
integer |
此尺寸的高度。可接受的值介于 0 (含)到 32767 (含)之间。 |
|
iab |
boolean |
IAB 标准尺寸。该字段是自动生成的只读字段。 | |
id |
long |
此尺寸的 ID。该字段是自动生成的只读字段。 | |
kind |
string |
标识所属资源种类。值:固定字符串 "dfareporting#size" 。 |
|
width |
integer |
此尺寸的宽度。可接受的值介于 0 (含)到 32767 (含)之间。 |