Method: campaignCreativeAssociations.list

  • Retrieves a list of creative IDs linked to a specific campaign, supporting pagination for large results.

  • Requires user profile ID and campaign ID as path parameters for the request.

  • Allows filtering results using query parameters like maxResults, pageToken, and sortOrder.

  • Returns a JSON response containing a list of CampaignCreativeAssociation objects and pagination details.

  • Needs authorization with the dfatrafficking scope for access.

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

string (int64 format)

User profile ID associated with this request.

campaignId

string (int64 format)

Campaign ID in this association.

Query parameters

Parameters
maxResults

integer

Maximum number of results to return.

pageToken

string

Value of the

nextPageToken

from the previous result page.

sortOrder

enum (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 (CampaignCreativeAssociation)
    }
  ]
}
Fields
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.

campaignCreativeAssociations[]

object (CampaignCreativeAssociation)

Campaign creative association collection

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking