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
Attribute | Type | Required | Description |
---|---|---|---|
enabled | boolean | Yes | Enable the plugin (Defaults to false if no value is given.) |
appId | string | Yes | Unique ID from Adobe Experience Cloud |
griffonUrl | string | Yes | Griffon url |
metadata | Object | No | The metadata to be sent to the Adobe Experience. |
Swift
let adobeConfig = AdobeExperiencePluginConfiguration(appId: "YOUR_APP_ID",
griffonUrl: nil,
logLevel: 2,
metadata: ["key1": "value1", ...])