Adobe Experience
Adobe Experience Cloud is a tool that offers integrated solutions for businesses to create, manage, deliver and optimize digital customer experiences across multiple channels. It provides insights into customer behavior and preferences, enabling personalized experiences that are engaging and effective.
Plugin Name: AdobeExperiencePlugin
Plugin Config Name: adobeExperience
Configuration
Attribute | Type | Required | Description |
---|---|---|---|
appId | string | Yes | Unique ID from Adobe Experience Cloud |
metadata | Object | No | The metadata to be sent to the Adobe Experience. |
Swift
let adobeConfig = AdobeExperiencePluginConfiguration(adobeAppId: "Your app ID",
logLevel: 2,
metadata: ["key1": "value1", ...])