Skip to main content

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.

Configuration

AttributeTypeRequiredDescription
enabledbooleanYesEnable the plugin (Defaults to false if no value is given.)
appIdstringYesUnique ID from Adobe Experience Cloud
griffonUrlstringYesGriffon url
metadataObjectNoThe metadata to be sent to the Adobe Experience.
Swift
let adobeConfig = AdobeExperiencePluginConfiguration(appId: "YOUR_APP_ID",
griffonUrl: nil,
logLevel: 2,
metadata: ["key1": "value1", ...])