Package ubic.gemma.rest.analytics
Interface AnalyticsProvider
- All Known Implementing Classes:
GoogleAnalytics4Provider
public interface AnalyticsProvider
Interface for analytics providers.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidPublish an event without specifying a date.default voidPublish an event with additional parameters expressed as a sequence of keys and values.voidPublish an event.
-
Method Details
-
sendEvent
Publish an event.- Parameters:
eventName- a name for the eventdate- an exact moment when the event occurredparams- additional parameters for the event
-
sendEvent
Publish an event with additional parameters expressed as a sequence of keys and values.- See Also:
-
sendEvent
Publish an event without specifying a date.- See Also:
-