SnoopAnalyticsConfig
class SnoopAnalyticsConfig
DSL for configuring a SnoopAnalytics logger — filtering, redaction, annotation and grouping.
Functions
Link copied to clipboard
Attach semantic badges (ecommerce, conversion, ...) shown on the event, à la Analytics Debugger.
Link copied to clipboard
Keep only events for which every filter returns true.
Link copied to clipboard
Which event opens a new collapsible group in the viewers' timeline, and which of its properties labels that group. Defaults to Firebase's manual-screen_view convention, so grouping works without calling this; pass a null event to turn it off. When labelProperty is null, or the event doesn't carry it, the group takes the event's own name.
Link copied to clipboard
Redact matching property values with a visible placeholder. Matches on the property key.