Uses of Class
com.mypurecloud.sdk.v2.model.AppEventResponse
Packages that use AppEventResponse
-
Uses of AppEventResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AppEventResponseModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentAppevents(PostJourneyDeploymentAppeventsRequest request) Send a journey app event, used for tracking customer activity on an application.JourneyApi.postJourneyDeploymentAppevents(String deploymentId, AppEventRequest body) Send a journey app event, used for tracking customer activity on an application.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type AppEventResponseModifier and TypeMethodDescriptionJourneyApi.postJourneyDeploymentAppevents(ApiRequest<AppEventRequest> request) Send a journey app event, used for tracking customer activity on an application.JourneyApiAsync.postJourneyDeploymentAppeventsAsync(PostJourneyDeploymentAppeventsRequest request, AsyncApiCallback<AppEventResponse> callback) Send a journey app event, used for tracking customer activity on an application.JourneyApiAsync.postJourneyDeploymentAppeventsAsync(ApiRequest<AppEventRequest> request, AsyncApiCallback<ApiResponse<AppEventResponse>> callback) Send a journey app event, used for tracking customer activity on an application.JourneyApi.postJourneyDeploymentAppeventsWithHttpInfo(String deploymentId, AppEventRequest body) Send a journey app event, used for tracking customer activity on an application.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AppEventResponseModifier and TypeMethodDescriptionJourneyApiAsync.postJourneyDeploymentAppeventsAsync(PostJourneyDeploymentAppeventsRequest request, AsyncApiCallback<AppEventResponse> callback) Send a journey app event, used for tracking customer activity on an application.JourneyApiAsync.postJourneyDeploymentAppeventsAsync(ApiRequest<AppEventRequest> request, AsyncApiCallback<ApiResponse<AppEventResponse>> callback) Send a journey app event, used for tracking customer activity on an application. -
Uses of AppEventResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AppEventResponseModifier and TypeMethodDescriptionAppEventResponse.app(JourneyApp app) Application that the customer is interacting with.AppEventResponse.attributes(Map<String, CustomEventAttribute> attributes) User-defined attributes associated with a particular event.AppEventResponse.createdDate(Date createdDate) UTC timestamp indicating when the event actually took place.AppEventResponse.customerId(String customerId) Identifier of the customer in the source of the event.AppEventResponse.customerIdType(String customerIdType) Type of identifier for the customer ID (cookie, email etc.).Customer's device.Represents the action the customer performed.AppEventResponse.externalId(String externalId) An external identifier for the customer.AppEventResponse.geolocation(JourneyGeolocation geolocation) Customer's geolocation.System-generated UUID for the event.AppEventResponse.ipOrganization(String ipOrganization) Customer's IP-based organization or ISP name.AppEventResponse.mktCampaign(JourneyCampaign mktCampaign) Marketing / traffic source information.AppEventResponse.networkConnectivity(NetworkConnectivity networkConnectivity) Information relating to the device's network connectivity.AppEventResponse.screenName(String screenName) The name of the screen in the app that the event took place.AppEventResponse.sdkLibrary(SdkLibrary sdkLibrary) SDK library used to generate the event.AppEventResponse.searchQuery(String searchQuery) Represents the keywords in a customer search query.AppEventResponse.session(AppEventResponseSession session) The app session the event belongs to.AppEventResponse.traits(Map<String, CustomEventAttribute> traits) Traits are attributes intrinsic to the customer that may be sent in selected events (e.g. email, givenName, cellPhone).