Uses of Class
com.mypurecloud.sdk.v2.model.WebActionEvent
Packages that use WebActionEvent
-
Uses of WebActionEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebActionEventModifier and TypeMethodDescriptionWebActionEvent.action(EventAction action) The action that triggered the event.WebActionEvent.actionMap(ActionEventActionMap actionMap) The action map that triggered the action.WebActionEvent.actionTarget(AddressableEntityRef actionTarget) Deprecated.Customer's browser.Customer's device.Code of the error returned when the action fails.WebActionEvent.errorMessage(String errorMessage) Message of the error returned when the action fails.WebActionEvent.geolocation(JourneyGeolocation geolocation) Customer's geolocation.Event.getWebActionEvent()Visitor's IP address.WebActionEvent.ipOrganization(String ipOrganization) Visitor's IP-based organization or ISP name.WebActionEvent.mktCampaign(JourneyCampaign mktCampaign) Marketing / traffic source information.WebActionEvent.timeToDisposition(Long timeToDisposition) Milliseconds elapsed until the action is disposed.WebActionEvent.userAgentString(String userAgentString) HTTP User-Agent string (see https://tools.ietf.org/html/rfc1945#section-10.15).WebActionEvent.visitReferrer(Referrer visitReferrer) Visit's referrer.Methods in com.mypurecloud.sdk.v2.model with parameters of type WebActionEventModifier and TypeMethodDescriptionvoidEvent.setWebActionEvent(WebActionEvent webActionEvent) Event.webActionEvent(WebActionEvent webActionEvent) Event triggered by web actions.