Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelResponseAttributes

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

Overview

Attributes of a journey funnel response.

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_response_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#end_to_end_conversion_rateObject

Conversion rate from the first step to the last step.



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

def end_to_end_conversion_rate
  @end_to_end_conversion_rate
end

#end_to_end_elapsed_timeObject

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



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

def end_to_end_elapsed_time
  @end_to_end_elapsed_time
end

#funnel_stepsObject

The funnel steps, in the order given by the search expression.



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

def funnel_steps
  @funnel_steps
end

#initial_countObject

Number of entities that entered the funnel.



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

def initial_count
  @initial_count
end