AI-generated Key Takeaways
- 
          This method retrieves a list of creative field values, with options for filtering and paging. 
- 
          The HTTP request uses a GET method with specific path parameters for profileIdandcreativeFieldId.
- 
          Several query parameters are available for refining the results, including maxResults,searchString,ids[],pageToken,sortField, andsortOrder.
- 
          The response body contains a JSON representation of the list of creative field values, along with a kindidentifier and anextPageTokenfor pagination.
- 
          The method requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- SortField
- Try it!
Retrieves a list of creative field values, possibly filtered. This method supports paging.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| creativeFieldId | 
 Creative field ID for this creative field value. | 
Query parameters
| Parameters | |
|---|---|
| maxResults | 
 Maximum number of results to return. | 
| searchString | 
 Allows searching for creative field values by their values. Wildcards (e.g. 
 ) are not allowed. | 
| ids[] | 
 Select only creative field values with these IDs. | 
| pageToken | 
 Value of the 
 from the previous result page. | 
| sortField | 
 Field by which to sort the list. | 
| sortOrder | 
 Order of sorted results. | 
Request body
The request body must be empty.
Response body
Creative Field Value creativeFieldValues.list Response
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "kind": string,
  "nextPageToken": string,
  "creativeFieldValues": [
    {
      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. | 
| creativeFieldValues[] | 
 Creative field value collection. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/dfatrafficking
SortField
| Enums | |
|---|---|
| ID | |
| VALUE | |