Uses of Class
com.mypurecloud.sdk.v2.model.WebEventResponse
Packages that use WebEventResponse
-
Uses of WebEventResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WebEventResponseModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentWebevents(PostJourneyDeploymentWebeventsRequest request) Send a journey web event, used for tracking customer activity on a website.JourneyApi.postJourneyDeploymentWebevents(String deploymentId, WebEventRequest body) Send a journey web event, used for tracking customer activity on a website.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WebEventResponseModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentWebevents(ApiRequest<WebEventRequest> request) Send a journey web event, used for tracking customer activity on a website.JourneyApiAsync.postJourneyDeploymentWebeventsAsync(PostJourneyDeploymentWebeventsRequest request, AsyncApiCallback<WebEventResponse> callback) Send a journey web event, used for tracking customer activity on a website.JourneyApiAsync.postJourneyDeploymentWebeventsAsync(ApiRequest<WebEventRequest> request, AsyncApiCallback<ApiResponse<WebEventResponse>> callback) Send a journey web event, used for tracking customer activity on a website.JourneyApi.postJourneyDeploymentWebeventsWithHttpInfo(String deploymentId, WebEventRequest body) Send a journey web event, used for tracking customer activity on a website.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WebEventResponseModifier and TypeMethodDescriptionJourneyApiAsync.postJourneyDeploymentWebeventsAsync(PostJourneyDeploymentWebeventsRequest request, AsyncApiCallback<WebEventResponse> callback) Send a journey web event, used for tracking customer activity on a website.JourneyApiAsync.postJourneyDeploymentWebeventsAsync(ApiRequest<WebEventRequest> request, AsyncApiCallback<ApiResponse<WebEventResponse>> callback) Send a journey web event, used for tracking customer activity on a website. -
Uses of WebEventResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebEventResponseModifier and TypeMethodDescriptionWebEventResponse.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.WebEventResponse.authenticated(Boolean authenticated) Indicates whether the event was produced during an authenticated session.WebEventResponse.browser(WebEventBrowser browser) Customer's browser.WebEventResponse.createdDate(Date createdDate) UTC timestamp indicating when the event actually took place, events older than an hour will be rejected.WebEventResponse.customerId(String customerId) Identifier of the customer in the source of the event.WebEventResponse.customerIdType(String customerIdType) Type of identifier for the customer ID (e.g., cookie).WebEventResponse.device(WebEventDevice device) Customer's device.Represents the action the customer performed.WebEventResponse.externalId(String externalId) An external identifier for the customer.WebEventResponse.geolocation(JourneyGeolocation geolocation) Customer's geolocation.WebEventResponse.ipOrganization(String ipOrganization) Customer's IP-based organization or ISP name.WebEventResponse.mktCampaign(JourneyCampaign mktCampaign) Urchin Tracking Module (UTM) parameters used to track the effectiveness of online marketing campaigns.WebEventResponse.page(ResponsePage page) The webpage where the user interaction occurred.Identifies the web page that originally generated the request for the current page being viewed.WebEventResponse.searchQuery(String searchQuery) Represents the keywords in a customer search query.WebEventResponse.session(WebEventResponseSession session) The session that the event belongs to.WebEventResponse.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events, (e.g. email, givenName, cellPhone).WebEventResponse.userAgentString(String userAgentString) HTTP User-Agent string (see https://tools.ietf.org/html/rfc1945#section-10.15).