List
|
|||||
|
|
Retrieves a list of languages
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 1 input parameters
Name | Format | Description |
---|---|---|
profileId Required |
INTEGER |
User profile ID associated with this request |
= Parameter name
= Format
profileId INTEGER Required User profile ID associated with this request |
Output
This building block provides 6 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#languagesListResponse" |
languages[] |
OBJECT |
Contains information about a language that can be targeted by ads |
languages[].id |
INTEGER |
Language ID of this language. This is the ID used for targeting and generating reports |
languages[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#language" |
languages[].languageCode |
STRING |
Format of language code is an ISO 639 two-letter language code optionally followed by an underscore followed by an ISO 3166 code. Examples are "en" for English or "zh_CN" for Simplified Chinese |
languages[].name |
STRING |
Name of this language |
= Parameter name
= Format
kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#languagesListResponse" |
languages[] OBJECT Contains information about a language that can be targeted by ads |
languages[].id INTEGER Language ID of this language. This is the ID used for targeting and generating reports |
languages[].kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#language" |
languages[].languageCode STRING Format of language code is an ISO 639 two-letter language code optionally followed by an underscore followed by an ISO 3166 code. Examples are "en" for English or "zh_CN" for Simplified Chinese |
languages[].name STRING Name of this language |