Uses of Class
com.mypurecloud.sdk.v2.model.WebEvent
Packages that use WebEvent
-
Uses of WebEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebEventModifier and TypeMethodDescriptionWebEvent.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.WebEvent.authenticated(Boolean authenticated) Indicates whether the event was produced during an authenticated session.Customer's browser.Customer's device.Represents the action the customer performed.WebEvent.geolocation(JourneyGeolocation geolocation) Customer's geolocation.Event.getWebEvent()Customer's IP address.WebEvent.ipOrganization(String ipOrganization) Customer's IP-based organization or ISP name.WebEvent.mktCampaign(JourneyCampaign mktCampaign) Marketing / traffic source information.WebEvent.page(JourneyPage page) The webpage where the user interaction occurred.Identifies the page URL that originally generated the request for the current page being viewed.WebEvent.searchQuery(String searchQuery) Represents the keywords in a customer search query.WebEvent.totalEventCount(Integer totalEventCount) The total count of events performed by the customer across all sessions.WebEvent.totalPageviewCount(Integer totalPageviewCount) The total count of pageviews performed by the customer across all sessions.WebEvent.traits(Map<String, CustomEventAttribute> traits) User-defined traits associated with a particular event.WebEvent.userAgentString(String userAgentString) HTTP User-Agent string (see https://tools.ietf.org/html/rfc1945#section-10.15).Methods in com.mypurecloud.sdk.v2.model with parameters of type WebEventModifier and TypeMethodDescriptionvoidEvent.setWebEvent(WebEvent webEvent) Event that tracks user interactions with content in a browser such as pageviews, downloads, mobile ad clicks, etc.