Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelCompute

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

Overview

Defines the metric computed at each funnel step.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#aggregationObject

Aggregation function: count, cardinality, avg, median, min, max, sum, or a percentile of the form pc<N> such as pc95. Defaults to cardinality.



26
27
28
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_compute.rb', line 26

def aggregation
  @aggregation
end

#metricObject

Metric to aggregate on. Defaults to the identity join key.



29
30
31
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_funnel_compute.rb', line 29

def metric
  @metric
end