AI-generated Key Takeaways
- 
          This method retrieves the list of creative IDs associated with a specified campaign and supports paging. 
- 
          The HTTP request is a GET request to the provided URL, using gRPC Transcoding syntax. 
- 
          Path parameters required are profileIdandcampaignId.
- 
          Optional query parameters include maxResults,pageToken, andsortOrder.
- 
          The request body must be empty, and the response body contains a list of campaign creative associations, along with pagination information and resource kind. 
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Retrieves the list of creative IDs associated with the specified campaign. This method supports paging.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| campaignId | 
 Campaign ID in this association. | 
Query parameters
| Parameters | |
|---|---|
| maxResults | 
 Maximum number of results to return. | 
| pageToken | 
 Value of the 
 from the previous result page. | 
| sortOrder | 
 Order of sorted results. | 
Request body
The request body must be empty.
Response body
Campaign Creative Association campaignCreativeAssociations.list Response
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "kind": string,
  "nextPageToken": string,
  "campaignCreativeAssociations": [
    {
      object ( | 
| Fields | |
|---|---|
| kind | 
 Identifies what kind of resource this is. Value: the fixed string 
 . | 
| nextPageToken | 
 Pagination token to be used for the next list operation. | 
| campaignCreativeAssociations[] | 
 Campaign creative association collection | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/dfatrafficking