List
|
|||||
|
|
Retrieves the list of creative IDs associated with the specified campaign. This method supports paging
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 5 input parameters
Name | Format | Description |
---|---|---|
profileId Required |
INTEGER |
User profile ID associated with this request |
campaignId Required |
INTEGER |
Campaign ID in this association |
maxResults |
INTEGER |
Maximum number of results to return |
pageToken |
STRING |
Value of the nextPageToken from the previous result page |
sortOrder |
ENUMERATION |
Order of sorted results |
= Parameter name
= Format
profileId INTEGER Required User profile ID associated with this request |
campaignId INTEGER Required Campaign ID in this association |
maxResults INTEGER Maximum number of results to return |
pageToken STRING Value of the nextPageToken from the previous result page |
sortOrder ENUMERATION Order of sorted results |
Output
This building block provides 5 output parameters
Name | Format | Description |
---|---|---|
campaignCreativeAssociations[] |
OBJECT |
Identifies a creative which has been associated with a given campaign |
campaignCreativeAssociations[].creativeId |
INTEGER |
ID of the creative associated with the campaign. This is a required field |
campaignCreativeAssociations[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#campaignCreativeAssociation" |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#campaignCreativeAssociationsListResponse" |
nextPageToken |
STRING |
Pagination token to be used for the next list operation |
= Parameter name
= Format
campaignCreativeAssociations[] OBJECT Identifies a creative which has been associated with a given campaign |
campaignCreativeAssociations[].creativeId INTEGER ID of the creative associated with the campaign. This is a required field |
campaignCreativeAssociations[].kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#campaignCreativeAssociation" |
kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#campaignCreativeAssociationsListResponse" |
nextPageToken STRING Pagination token to be used for the next list operation |