Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelStep

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb

Overview

A single step of the funnel with its conversion counts and timings.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 39

def additional_properties
  @additional_properties
end

#elapsed_time_to_next_stepObject

Elapsed time statistics (min/max/avg in milliseconds).



25
26
27
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 25

def elapsed_time_to_next_step
  @elapsed_time_to_next_step
end

#groupsObject

Breakdown of this step by the requested group-by facets.



28
29
30
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 28

def groups
  @groups
end

#labelObject

Label of the step, derived from the node alias.



31
32
33
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 31

def label
  @label
end

#unitObject

Unit of the elapsed time values.



34
35
36
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 34

def unit
  @unit
end

#valueObject

Value of the computed metric at this step.



37
38
39
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step.rb', line 37

def value
  @value
end