Struct google_dfareporting2d2::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: Option<Vec<Metric>>
Metrics which are compatible to be selected in the "metricNames" section of the report.
per_interaction_dimensions: Option<Vec<Dimension>>
Per-interaction dimensions which are compatible to be selected in the "perInteractionDimensions" section of the report.
kind: Option<String>
The kind of resource this is, in this case dfareporting#pathToConversionReportCompatibleFields.
conversion_dimensions: Option<Vec<Dimension>>
Conversion dimensions which are compatible to be selected in the "conversionDimensions" section of the report.
custom_floodlight_variables: Option<Vec<Dimension>>
Custom floodlight variables which are compatible to be selected in the "customFloodlightVariables" section of the report.
Trait Implementations
impl Debug for PathToConversionReportCompatibleFields[src]
impl Clone for PathToConversionReportCompatibleFields[src]
fn clone(&self) -> PathToConversionReportCompatibleFields
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for PathToConversionReportCompatibleFields[src]
fn default() -> PathToConversionReportCompatibleFields
Returns the "default value" for a type. Read more