ListCreativeStatusBreakdownByDetailResponse

Response message for listing all details associated with a given filtered bid reason.

JSON representation
{
  "filteredBidDetailRows": [
    {
      object (FilteredBidDetailRow)
    }
  ],
  "detailType": enum (DetailType),
  "nextPageToken": string
}
Fields
filteredBidDetailRows[]

object (FilteredBidDetailRow)

List of rows, with counts of bids with a given creative status aggregated by detail.

detailType

enum (DetailType)

The type of detail that the detail IDs represent.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListCreativeStatusBreakdownByDetailRequest.pageToken field in the subsequent call to the filteredBids.details.list method to retrieve the next page of results.

FilteredBidDetailRow

The number of filtered bids with the specified dimension values, among those filtered due to the requested filtering reason (for example, creative status), that have the specified detail.

JSON representation
{
  "bidCount": {
    object (MetricValue)
  },
  "detailId": integer,
  "detail": string,
  "rowDimensions": {
    object (RowDimensions)
  }
}
Fields
bidCount

object (MetricValue)

The number of bids with the specified detail.

detailId
(deprecated)

integer

Note: this field will be deprecated, use "detail" field instead. When "detail" field represents an integer value, this field is populated as the same integer value "detail" field represents, otherwise this field will be 0. The ID of the detail. The associated value can be looked up in the dictionary file corresponding to the DetailType in the response message.

detail

string

The ID of the detail, can be numeric or text. The associated value can be looked up in the dictionary file corresponding to the DetailType in the response message.

rowDimensions

object (RowDimensions)

The values of all dimensions associated with metric values in this row.

DetailType

The type of detail, determined by the creative status to which it corresponds.

Enums
DETAIL_TYPE_UNSPECIFIED A placeholder for an undefined status. This value will never be returned in responses.
CREATIVE_ATTRIBUTE Indicates that the detail ID refers to a creative attribute; see publisher-excludable-creative-attributes.
VENDOR Indicates that the detail ID refers to a vendor; see vendors. This namespace is different from that of the ATP_VENDOR detail type.
SENSITIVE_CATEGORY Indicates that the detail ID refers to a sensitive category; see ad-sensitive-categories.
PRODUCT_CATEGORY Indicates that the detail ID refers to a product category; see ad-product-categories.
DISAPPROVAL_REASON Indicates that the detail ID refers to a disapproval reason; see DisapprovalReason enum in snippet-status-report-proto.
POLICY_TOPIC Indicates that the detail ID refers to a policy topic.
ATP_VENDOR Indicates that the detail ID refers to an ad technology provider (ATP); see providers. This namespace is different from the VENDOR detail type; see ad technology providers for more information.
VENDOR_DOMAIN Indicates that the detail string refers the domain of an unknown vendor.
GVL_ID Indicates that the detail ID refers an IAB GVL ID which Google did not detect in the latest TCF Vendor List. See Global Vendor List