Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelStepGroup

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_countObject

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_stepObject

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_tagsObject

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
  @group_tags
end

#valueObject

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