sizes
Overview
Name | sizes |
Type | Resource |
Id | googleads.dfareporting.sizes |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of this size. This is a read-only, auto-generated field. |
kind | string | Identifies what kind of resource this is. Value: the fixed string "dfareporting#size". |
width | integer | Width of this size. Acceptable values are 0 to 32767, inclusive. |
height | integer | Height of this size. Acceptable values are 0 to 32767, inclusive. |
iab | boolean | IAB standard size. This is a read-only, auto-generated field. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | id, profileId | Gets one size by ID. |
list | SELECT | profileId | Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI. |
insert | INSERT | profileId | Inserts a new size. |