Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelStepGroup
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelStepGroup
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step_group.rb
Overview
Breakdown of a funnel step for one combination of group-by values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#conversion_count ⇒ Object
readonly
Number of entities in this group that reached the next step.
-
#elapsed_time_to_next_step ⇒ Object
readonly
Elapsed time statistics (min/max/avg in milliseconds).
-
#group_tags ⇒ Object
readonly
Group-by values identifying this cohort.
-
#value ⇒ Object
readonly
Value of the computed metric for this group at this step.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step_group.rb', line 36 def additional_properties @additional_properties end |
#conversion_count ⇒ Object
Number of entities in this group that reached the next step.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step_group.rb', line 25 def conversion_count @conversion_count end |
#elapsed_time_to_next_step ⇒ Object
Elapsed time statistics (min/max/avg in milliseconds).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step_group.rb', line 28 def elapsed_time_to_next_step @elapsed_time_to_next_step end |
#group_tags ⇒ Object
Group-by values identifying this cohort.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step_group.rb', line 31 def @group_tags end |
#value ⇒ Object
Value of the computed metric for this group at this step.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_step_group.rb', line 34 def value @value end |