Struct google_dfareporting3d2::PathToConversionReportCompatibleFields[][src]

pub struct PathToConversionReportCompatibleFields {
    pub metrics: Option<Vec<Metric>>,
    pub per_interaction_dimensions: Option<Vec<Dimension>>,
    pub kind: Option<String>,
    pub conversion_dimensions: Option<Vec<Dimension>>,
    pub custom_floodlight_variables: Option<Vec<Dimension>>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

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

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

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

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

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

Trait Implementations

impl Default for PathToConversionReportCompatibleFields
[src]

Returns the "default value" for a type. Read more

impl Clone for PathToConversionReportCompatibleFields
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PathToConversionReportCompatibleFields
[src]

Formats the value using the given formatter. Read more

impl Part for PathToConversionReportCompatibleFields
[src]

Auto Trait Implementations