Class: DatadogAPIClient::V2::ProductAnalyticsJourneySearch
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsJourneySearch
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_journey_search.rb
Overview
Defines the steps of the journey and the filters applied to it.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#expression ⇒ Object
readonly
Expression combining the node aliases in order, for example
A -> B -> C. -
#filters ⇒ Object
Filters applied on top of the journey step expression.
-
#join_keys ⇒ Object
Identity join keys used to stitch events belonging to the same user or session.
-
#node_objects ⇒ Object
readonly
Map of node alias to the query matching that step of the journey.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 37 def additional_properties @additional_properties end |
#expression ⇒ Object
Expression combining the node aliases in order, for example A -> B -> C.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 25 def expression @expression end |
#filters ⇒ Object
Filters applied on top of the journey step expression.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 28 def filters @filters end |
#join_keys ⇒ Object
Identity join keys used to stitch events belonging to the same user or session.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 31 def join_keys @join_keys end |
#node_objects ⇒ Object
Map of node alias to the query matching that step of the journey.
Every alias used in expression must have an entry here.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/product_analytics_journey_search.rb', line 35 def node_objects @node_objects end |