ListCustomTargetingValuesResponse

Response object for ListCustomTargetingValuesRequest containing matching CustomTargetingValue objects.

JSON representation
{
  "customTargetingValues": [
    {
      object (CustomTargetingValue)
    }
  ],
  "nextPageToken": string,
  "totalSize": integer
}
Fields
customTargetingValues[]

object (CustomTargetingValue)

The CustomTargetingValue objects from the specified network.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

totalSize

integer

Total number of CustomTargetingValue objects. If a filter was included in the request, this reflects the total number after the filtering is applied.

totalSize will not be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter $fields or fields, or by using the HTTP/gRPC header X-Goog-FieldMask.

For more information, see https://developers.google.com/ad-manager/api/beta/field-masks