Type Alias EventAnalyticsFilter
EventAnalyticsFilter: { date_range?: DateRange | null; event_type?: EventTypesFilter | null; is_conversion?: boolean | null; metadata_filter?: string | null; user_id?: string | null; } Type declaration
Optionaldate_range?: DateRange | null
Optionalis_conversion?: boolean | null
Optionalmetadata_filter?: string | null
Optionaluser_id?: string | null
Filter to apply to the events when querying for them