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

CompatibleFields

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

Represents a response to the queryCompatibleFields method.

interface CompatibleFields {
crossDimensionReachReportCompatibleFields?: CrossDimensionReachReportCompatibleFields;
floodlightReportCompatibleFields?: FloodlightReportCompatibleFields;
kind?: string;
pathAttributionReportCompatibleFields?: PathReportCompatibleFields;
pathReportCompatibleFields?: PathReportCompatibleFields;
pathToConversionReportCompatibleFields?: PathToConversionReportCompatibleFields;
reachReportCompatibleFields?: ReachReportCompatibleFields;
reportCompatibleFields?: ReportCompatibleFields;
}

§Properties

§
crossDimensionReachReportCompatibleFields?: CrossDimensionReachReportCompatibleFields
[src]

Contains items that are compatible to be selected for a report of type "CROSS_DIMENSION_REACH".

§
floodlightReportCompatibleFields?: FloodlightReportCompatibleFields
[src]

Contains items that are compatible to be selected for a report of type "FLOODLIGHT".

§
kind?: string
[src]

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

§
pathAttributionReportCompatibleFields?: PathReportCompatibleFields
[src]

Contains items that are compatible to be selected for a report of type "PATH_ATTRIBUTION".

§
pathReportCompatibleFields?: PathReportCompatibleFields
[src]

Contains items that are compatible to be selected for a report of type "PATH".

§
pathToConversionReportCompatibleFields?: PathToConversionReportCompatibleFields
[src]

Contains items that are compatible to be selected for a report of type "PATH_TO_CONVERSION".

§
reachReportCompatibleFields?: ReachReportCompatibleFields
[src]

Contains items that are compatible to be selected for a report of type "REACH".

§
reportCompatibleFields?: ReportCompatibleFields
[src]

Contains items that are compatible to be selected for a report of type "STANDARD".