Class: DatadogAPIClient::V2::ProductAnalyticsJourneyConversionType

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

Overview

Whether to return the entities that converted at the target step, or those that dropped off.

Constant Summary collapse

CONVERSION =
"conversion".freeze
DROP_OFF =
"drop-off".freeze

Method Summary

Methods included from BaseEnumModel

included