Uses of Class
com.mypurecloud.sdk.v2.model.WebEventRequest
Packages that use WebEventRequest
Package
Description
-
Uses of WebEventRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WebEventRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentWebevents(String deploymentId, WebEventRequest body) 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 WebEventRequestModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentWebevents(ApiRequest<WebEventRequest> request) 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 WebEventRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WebEventRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WebEventRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WebEventRequestModifier and TypeMethodDescriptionvoidPostJourneyDeploymentWebeventsRequest.setBody(WebEventRequest body) PostJourneyDeploymentWebeventsRequest.Builder.withBody(WebEventRequest body) PostJourneyDeploymentWebeventsRequest.withBody(WebEventRequest body) -
Uses of WebEventRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebEventRequestModifier and TypeMethodDescriptionWebEventRequest.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.WebEventRequest.browser(WebEventBrowser browser) Customer's browser.WebEventRequest.createdDate(Date createdDate) UTC timestamp indicating when the event actually took place, events older than an hour will be rejected.WebEventRequest.customerCookieId(String customerCookieId) A UUID representing the customer making the request.WebEventRequest.device(WebEventDevice device) Customer's device.Represents the action the customer performed.WebEventRequest.externalId(String externalId) An external identifier for the customer.Customer's IP address.WebEventRequest.page(RequestPage page) The webpage where the user interaction occurred.WebEventRequest.referrerUrl(String referrerUrl) Identifies the referrer URL that originally generated the request for the current page being viewed.WebEventRequest.searchQuery(String searchQuery) Represents the keywords in a customer search query.WebEventRequest.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events, e.g. email, givenName, cellPhone.WebEventRequest.userAgentString(String userAgentString) Override for HTTP User-Agent string from request header (see https://tools.ietf.org/html/rfc1945#section-10.15).