List
|
|||||
|
|
Retrieves a list of postal codes
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 7 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#postalCodesListResponse" |
postalCodes[] |
OBJECT |
Contains information about a postal code that can be targeted by ads |
postalCodes[].code |
STRING |
Postal code. This is equivalent to the id field |
postalCodes[].countryCode |
STRING |
Country code of the country to which this postal code belongs |
postalCodes[].countryDartId |
INTEGER |
DART ID of the country to which this postal code belongs |
postalCodes[].id |
STRING |
ID of this postal code |
postalCodes[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#postalCode" |
= Parameter name
= Format
kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#postalCodesListResponse" |
postalCodes[] OBJECT Contains information about a postal code that can be targeted by ads |
postalCodes[].code STRING Postal code. This is equivalent to the id field |
postalCodes[].countryCode STRING Country code of the country to which this postal code belongs |
postalCodes[].countryDartId INTEGER DART ID of the country to which this postal code belongs |
postalCodes[].id STRING ID of this postal code |
postalCodes[].kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#postalCode" |