Adobe Campaign Classic

Introduction

Didomi allows you to synchronize your Adobe Campaign subscriptions with the preferences collected through Didomi consent events.

Implementation

Connection

Didomi interacts with the Adobe Campaign Classic XML API using the Subscribe SOAP method to subscribe or unsubscribe recipients from services depending on their consent choices. Each recipient subscription belongs to an Adobe Campaign folder and has a unique identifier (recipient key) which is linked to the corresponding Didomi user through the organization_user_id property.

Options

  • Upsert mode: Please note that the upsert_mode option is not supported for Adobe Campaign Classic.

  • Bidirectional flow: Please note that the bidirectional flow is not supported at the moment.

Configuration

Didomi needs the following configuration items to setup the connection with Adobe Campaign Classic:

PropertyDescriptionRequired

Server URL

URL of the Adobe Campaign Classic server

Yes

Username

Username to connect to the Adobe Campaign Classic server

Yes

Password

Password to connect to the Adobe Campaign Classic server

Yes

Properties

List of services to match between Didomi preferences and Adobe Campaign

Yes

Example

{
    "config": {
        "url": "YOUR_SERVER_URL",
        "credentials": {
            "username": "USERNAME",
            "password": "PASSWORD"
        },
        "properties": [{
            "id": "MY_NEWSLETTER_SERVICE",
            "value": "consents_preferences_newsletter_enabled",
        }]
    }
}

The configuration of the Adobe Campaign Classic integration now be done in the Didomi Console. First please reach out to support@didomi.io to get the integration's premium feature activated.

Last updated