Journey Service
Journey Service is the main entry point for extending your application's capabilities with Journeys. It keeps the list of published Journeys that target this device in sync with the Orchestrator, lets you query and display them in your app, executes them with a single function call, and — when a Journey explicitly requests it — submits the resulting Zero-Party Data back to the Orchestrator.
Intelligence Service
Intelligence Service is responsible for providing DataSapien's patented on-edge intelligence approach. Intelligence Service allows access to:
MeData Service
MeData Service is the core of the Mobile SDK. It collects MeData values from various sources according to the MeData Definitions managed on Orchestrator. Most of other Mobile SDK services are triggered or effected by MeData Service.
Host Service
DataSapien services are callable from journey JavaScript — Host Service makes the integration work in the other direction too. The host application registers its own native functions (shopping cart, payment, profile, navigation, ...) and journey scripts call them like any other service function. This turns Journeys from isolated flows into flows that can read from and act on your app.