Class: DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelCompute
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneyFunnelCompute
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregation ⇒ Object
readonly
Aggregation function:
count,cardinality,avg,median,min,max,sum, or a percentile of the formpc<N>such aspc95. -
#metric ⇒ Object
Metric to aggregate on.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#aggregation ⇒ Object
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 |
#metric ⇒ Object
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 |