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

PathReportCompatibleFields

import type { PathReportCompatibleFields } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Represents fields that are compatible to be selected for a report of type "PATH".

interface PathReportCompatibleFields {
channelGroupings?: Dimension[];
dimensions?: Dimension[];
kind?: string;
metrics?: Metric[];
pathFilters?: Dimension[];
}

§Properties

§
channelGroupings?: Dimension[]
[src]

Dimensions which are compatible to be selected in the "channelGroupings" section of the report.

§
dimensions?: Dimension[]
[src]

Dimensions which are compatible to be selected in the "dimensions" section of the report.

§
kind?: string
[src]

The kind of resource this is, in this case dfareporting#pathReportCompatibleFields.

§
metrics?: Metric[]
[src]

Metrics which are compatible to be selected in the "metricNames" section of the report.

§
pathFilters?: Dimension[]
[src]

Dimensions which are compatible to be selected in the "pathFilters" section of the report.