- 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 | |
---|---|
profile |
User profile ID associated with this request. |
creative |
Creative field ID for this creative field value. |
Query parameters
Parameters | |
---|---|
max |
Maximum number of results to return. |
search |
Allows searching for creative field values by their values. Wildcards (e.g.
) are not allowed. |
ids[] |
Select only creative field values with these IDs. |
page |
Value of the
from the previous result page. |
sort |
Field by which to sort the list. |
sort |
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
. |
next |
Pagination token to be used for the next list operation. |
creative |
Creative field value collection. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking
SortField
Enums | |
---|---|
ID |
|
VALUE |