Requires authorization
Retrieves the list of creative IDs associated with the specified campaign. This method supports paging. Try it now.
Request
HTTP request
GET https://www.googleapis.com/dfareporting/v3.1/userprofiles/profileId/campaigns/campaignId/campaignCreativeAssociations
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
campaignId |
long |
Campaign ID in this association. |
profileId |
long |
User profile ID associated with this request. |
Optional query parameters | ||
maxResults |
integer |
Maximum number of results to return.
Acceptable values are 0 to 1000 , inclusive.
(Default: 1000 )
|
pageToken |
string |
Value of the nextPageToken from the previous result page.
|
sortOrder |
string |
Order of sorted results.
Acceptable values are:
|
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/dfatrafficking |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "dfareporting#campaignCreativeAssociationsListResponse", "nextPageToken": string, "campaignCreativeAssociations": [ campaignCreativeAssociations Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
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[] |
list |
Campaign creative association collection |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.