Uses of Class
org.wso2.carbon.ganalytics.publisher.ga4.event.Event
-
Packages that use Event Package Description org.wso2.carbon.ganalytics.publisher.ga4 org.wso2.carbon.ganalytics.publisher.ga4.event -
-
Uses of Event in org.wso2.carbon.ganalytics.publisher.ga4
Methods in org.wso2.carbon.ganalytics.publisher.ga4 that return types with arguments of type Event Modifier and Type Method Description List<Event>
GoogleAnalytics4Data. getEvents()
Methods in org.wso2.carbon.ganalytics.publisher.ga4 with parameters of type Event Modifier and Type Method Description void
GoogleAnalytics4Data. addEvent(Event event)
-
Uses of Event in org.wso2.carbon.ganalytics.publisher.ga4.event
Subclasses of Event in org.wso2.carbon.ganalytics.publisher.ga4.event Modifier and Type Class Description class
CustomEvent
Represents a custom Google Analytics 4 Measurement Protocol event.class
PageViewEvent
Represents a Google Analytics 4 Measurement Protocol 'page_view' event.
-