No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Data Cloud Module for the Engagement Mobile SDK makes it possible for you to integrate your mobile applications with Data Cloud. This integration allows you to capture rich behavioral and demographic data from customers, and app lifecycle and screen navigation events. Events collected by Data Cloud create a unified profile of a customer to enable hyper-personalized engagement across multiple clouds, including Marketing, Commerce, and Service.
To use the Data Cloud Module, create a Salesforce data source connector and copy your tenant-specific endpoint. Log in to Data Cloud and navigate to Websites and Mobile Apps. Set up your data sources by creating an app connector.
The appSourceId and tenant-specific endpoint from your web data connector is required for the initialization of the Data Cloud Module.
iOS
Use Swift Package Manager to install and manage the Data Cloud Module for the Engagement Mobile SDK.
In Xcode, with your app project open, navigate to File > Add Packages.
Enter the package URL for the Engagement Mobile SDK repository.
https://github.com/salesforce-marketingcloud/sfmc-sdk-ios
Select the SDK version that you want to use. The latest version is recommended.
Enter the package URL for the Data Cloud Module for the Engagement Mobile SDK repository:
https://github.com/salesforce-marketingcloud/mobile-sdk-cdp-ios
Select the SDK version that you want to use. The latest version is recommended.
XCode resolves and downloads the dependencies in the background.
Android
Update the module-level build.gradle file.
repositories {
maven {
url "https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/repository"
}
maven {
url "https://salesforce-marketingcloud.github.io/mobile-sdk-cdp-android/repository"
}
}
Add the SDK dependency.
dependencies {
implementation 'com.salesforce.marketingcloud:cdp:2.0.2'
implementation 'com.salesforce.marketingcloud:sfmcsdk:1.0.2'
}
Download the binaries for the Data Cloud Module:
This section provides guidance around references provided with the Engagement Mobile SDK.
Event specifications for the Engagement Mobile SDK.
A schema is a collection of event definitions. Use these standard schema mappings for ecommerce use cases and review the descriptions of each event definition.