Get
|
|||||
|
|
Gets one video format by ID
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
profileId Required |
INTEGER |
User profile ID associated with this request |
id Required |
INTEGER |
Video format ID |
= Parameter name
= Format
profileId INTEGER Required User profile ID associated with this request |
id INTEGER Required Video format ID |
Output
This building block provides 10 output parameters
Name | Format | Description |
---|---|---|
fileType |
ENUMERATION |
File type of the video format |
id |
INTEGER |
ID of the video format |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoFormat" |
resolution |
OBJECT |
Represents the dimensions of ads, placements, creatives, or creative assets |
resolution.height |
INTEGER |
Height of this size. Acceptable values are 0 to 32767, inclusive |
resolution.iab |
BOOLEAN |
IAB standard size. This is a read-only, auto-generated field |
resolution.id |
INTEGER |
ID of this size. This is a read-only, auto-generated field |
resolution.kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#size" |
resolution.width |
INTEGER |
Width of this size. Acceptable values are 0 to 32767, inclusive |
targetBitRate |
INTEGER |
The target bit rate of this video format |
= Parameter name
= Format
fileType ENUMERATION File type of the video format |
id INTEGER ID of the video format |
kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoFormat" |
resolution OBJECT Represents the dimensions of ads, placements, creatives, or creative assets |
resolution.height INTEGER Height of this size. Acceptable values are 0 to 32767, inclusive |
resolution.iab BOOLEAN IAB standard size. This is a read-only, auto-generated field |
resolution.id INTEGER ID of this size. This is a read-only, auto-generated field |
resolution.kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#size" |
resolution.width INTEGER Width of this size. Acceptable values are 0 to 32767, inclusive |
targetBitRate INTEGER The target bit rate of this video format |