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

PathToConversionReportCompatibleFields

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

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

interface PathToConversionReportCompatibleFields {
conversionDimensions?: Dimension[];
customFloodlightVariables?: Dimension[];
kind?: string;
metrics?: Metric[];
perInteractionDimensions?: Dimension[];
}

§Properties

§
conversionDimensions?: Dimension[]
[src]

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

§
customFloodlightVariables?: Dimension[]
[src]

Custom floodlight variables which are compatible to be selected in the "customFloodlightVariables" section of the report.

§
kind?: string
[src]

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

§
metrics?: Metric[]
[src]

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

§
perInteractionDimensions?: Dimension[]
[src]

Per-interaction dimensions which are compatible to be selected in the "perInteractionDimensions" section of the report.