Struct google_analytics3::McfDataRowsConversionPathValue
[−]
[src]
pub struct McfDataRowsConversionPathValue {
pub node_value: Option<String>,
pub interaction_type: Option<String>,
}A conversion path dimension value, containing a list of interactions with their attributes.
This type is not used in any activity, and only used as part of another schema.
Fields
node_value: Option<String>
Node value of an interaction on conversion path. Such as source, medium etc.
interaction_type: Option<String>
Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.
Trait Implementations
impl Default for McfDataRowsConversionPathValue[src]
fn default() -> McfDataRowsConversionPathValue
Returns the "default value" for a type. Read more
impl Clone for McfDataRowsConversionPathValue[src]
fn clone(&self) -> McfDataRowsConversionPathValue
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