AI-generated Key Takeaways
-
This method retrieves a list of creative field values, supporting paging and optional filtering.
-
The HTTP request uses a GET method with path parameters for
profileIdandcreativeFieldId. -
Query parameters allow filtering by
maxResults,searchString,ids,pageToken,sortField, andsortOrder. -
The request body must be empty, and the response body contains a JSON representation of the list of creative field values.
-
The required authorization scope is
https://www.googleapis.com/auth/dfatrafficking.
- 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/v5/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
|
|

