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

ListImpressionMetricsResponse

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

Response message for listing the metrics that are measured in number of impressions.

interface ListImpressionMetricsResponse {
impressionMetricsRows?: ImpressionMetricsRow[];
nextPageToken?: string;
}

§Properties

§
impressionMetricsRows?: ImpressionMetricsRow[]
[src]

List of rows, each containing a set of impression metrics.

§
nextPageToken?: string
[src]

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