Uses of Class
com.mypurecloud.sdk.v2.model.JourneyPage
Packages that use JourneyPage
-
Uses of JourneyPage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return JourneyPageModifier and TypeMethodDescriptionJourneyPage.breadcrumb(List<String> breadcrumb) Hierarchy of the current page in relation to the website's structure.Domain of the page's URL.Fragment or hash of the page's URL.Session.getLastPage()WebEvent.getPage()Hostname of the page's URL.Keywords from the HTML<meta>tag of the page.ISO 639-1 language code for the page as defined in the<html>tag.Path name of the page for the event.JourneyPage.queryString(String queryString) Query string that is passed to the page in the current event.Title of the page.The page URL.Methods in com.mypurecloud.sdk.v2.model with parameters of type JourneyPageModifier and TypeMethodDescriptionSession.lastPage(JourneyPage lastPage) The webpage where the customer's last web interaction occurred.WebEvent.page(JourneyPage page) The webpage where the user interaction occurred.voidSession.setLastPage(JourneyPage lastPage) voidWebEvent.setPage(JourneyPage page)