Uses of Class
org.dspace.google.GoogleAnalyticsEvent
Packages that use GoogleAnalyticsEvent
-
Uses of GoogleAnalyticsEvent in org.dspace.google.client
Methods in org.dspace.google.client with parameters of type GoogleAnalyticsEventModifier and TypeMethodDescriptionGoogleAnalytics4ClientRequestBuilder.GoogleAnalytics4EventVO.fromGoogleAnalyticsEvent(GoogleAnalyticsEvent event) Method parameters in org.dspace.google.client with type arguments of type GoogleAnalyticsEventModifier and TypeMethodDescriptionGoogleAnalytics4ClientRequestBuilder.composeRequestsBody(String analyticsKey, List<GoogleAnalyticsEvent> events) GoogleAnalyticsClientRequestBuilder.composeRequestsBody(String analyticsKey, List<GoogleAnalyticsEvent> events) Returns the body of the requests to be sent to Google Analytics as string, based on the given analytics key and events.UniversalAnalyticsClientRequestBuilder.composeRequestsBody(String analyticsKey, List<GoogleAnalyticsEvent> events) voidGoogleAnalyticsClient.sendEvents(String analyticsKey, List<GoogleAnalyticsEvent> events) Send the given Google Analytics events.voidGoogleAnalyticsClientImpl.sendEvents(String analyticsKey, List<GoogleAnalyticsEvent> events)