Adobe Campaign Classic
Didomi allows you to synchronize your Adobe Campaign subscriptions with the preferences collected through Didomi consent events.
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.- 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.
Didomi needs the following configuration items to setup the connection with Adobe Campaign Classic:
Property | Description | Required |
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 |
{
"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 cannot be done in the Didomi Console at the moment. Please reach out to [email protected] to get your Adobe Campaign Classic integration configured and provide the elements listed above.
Last modified 3mo ago