Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListCreativeStatusBreakdownByDetailResponse

import type { ListCreativeStatusBreakdownByDetailResponse } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

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

interface ListCreativeStatusBreakdownByDetailResponse {
detailType?:
| "DETAIL_TYPE_UNSPECIFIED"
| "CREATIVE_ATTRIBUTE"
| "VENDOR"
| "SENSITIVE_CATEGORY"
| "PRODUCT_CATEGORY"
| "DISAPPROVAL_REASON"
| "POLICY_TOPIC"
| "ATP_VENDOR"
| "VENDOR_DOMAIN"
| "GVL_ID";
filteredBidDetailRows?: FilteredBidDetailRow[];
nextPageToken?: string;
}

§Properties

§
detailType?: "DETAIL_TYPE_UNSPECIFIED" | "CREATIVE_ATTRIBUTE" | "VENDOR" | "SENSITIVE_CATEGORY" | "PRODUCT_CATEGORY" | "DISAPPROVAL_REASON" | "POLICY_TOPIC" | "ATP_VENDOR" | "VENDOR_DOMAIN" | "GVL_ID"
[src]

The type of detail that the detail IDs represent.

§
filteredBidDetailRows?: FilteredBidDetailRow[]
[src]

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

§
nextPageToken?: string
[src]

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.