Class: Sentiero::Analytics::Analyzer
- Inherits:
-
Object
- Object
- Sentiero::Analytics::Analyzer
- Includes:
- Bounded, EntryAttribution, Events, Stats
- Defined in:
- lib/sentiero/analytics/analyzer.rb
Direct Known Subclasses
BrowserEventDiscovery, ConversionAnalyzer, EngagementAnalyzer, ErrorDiscovery, Exporter, FormAnalyzer, FrustrationAnalyzer, FunnelAnalyzer, HeatmapAnalyzer, PageReportAnalyzer, ScrollDepthAnalyzer, Segmenter, StatsAggregator, WebVitalsAnalyzer
Constant Summary
Constants included from Events
Events::CUSTOM, Events::INCREMENTAL, Events::META, Events::SOURCE_INPUT, Events::SOURCE_MOUSE_INTERACTION, Events::SOURCE_SCROLL
Instance Attribute Summary collapse
-
#store ⇒ Object
readonly
Returns the value of attribute store.
Instance Method Summary collapse
-
#initialize(store = Sentiero.store) ⇒ Analyzer
constructor
A new instance of Analyzer.
Methods included from EntryAttribution
#earlier?, #first_meta_href, #same_origin?, #update_entry_candidate
Methods included from Bounded
#bounded_fetch, #bounded_increment
Methods included from Stats
#mean, #offset_ms, #percentile, #top_counts
Constructor Details
Instance Attribute Details
#store ⇒ Object (readonly)
Returns the value of attribute store.
17 18 19 |
# File 'lib/sentiero/analytics/analyzer.rb', line 17 def store @store end |