If you are using an older version of Triggers integration through oAuth authentication, you need to move to Adobe I/O as described below.
Note that during this move to Adobe I/O, some incoming triggers may be lost.
Legacy oAuth authentication mode with Campaign has been retired on October 20, 2021. Hosted environments benefit from an extension until May 25, 2022. As an on-premise or hybrid customer, contact Adobe Customer Care to extend support to May 2022. You must provide the AppID of the OAuth application to Adobe.
This integration only applies starting Campaign Classic 20.2.4 and above, 19.1.8 and Gold Standard 11 releases.
Before starting this implementation, please check you have:
Analytics - {tenantID}
Product Profile of the Adobe Analytics Product associated with Triggers.Access Adobe I/O and log in with the Developer access of your Organization.
Make sure you are logged into the correct Organization portal.
Extract existing integration Client identifier (Client ID) from the instance configuration file ims/authIMSTAClientId. Non-existing or empty attribute indicates Client identifier is not configured.
If your Client identifier is empty, you can directly Create a New project in Adobe I/O.
Identify the existing project using the extracted client identifier. Look for existing projects with the same Client identifier as the one extracted in previous step.
Select + Add to Project and choose API.
In the Add an API window, select Adobe Analytics.
Choose Service Account (JWT) as the authentication type.
If your Client ID was empty, select Generate a key pair to create a public and private key pair.
The keys will then be automatically downloaded with a default expiry date of 365 days. Once expired, you will need to create a new key pair and update the integration in the configuration file. Using the Option 2, you can choose to manually create and upload your Public key with a longer expiry date.
For a step-by-step guide on how to replace expiring certificate key pairs, refer to this page.
You should save the config.zip file when the download prompt comes up since you will not be able to download it again.
Click Next.
Choose any existing Product profile or create a new one if needed. No permission is required for this Product profile. For more information on Analytics Product Profiles, refer to Adobe Analytics documentation.
Then, click Save configured API.
From your project, select Adobe Analytics and copy the following information under Service Account (JWT):
Adobe I/O certificate will expire after 12 months. You need to generate a new key pair every year.
This step is not required if your Client identifier was not empty in Step 1: Create/update Adobe I/O Project.
The private key should be encoded in base64 UTF-8 format. To do so:
Use the private key generated in the Step 1: Create/update Adobe I/O Project section. The private key needs to be the same as the one used to create the integration.
Encode the private key using the following command: base64 ./private.key > private.key.base64
. This will save the base64 content to a new file private.key.base64
.
Extra lines can sometimes be automatically added when copy/pasting the private key. Remember to remove it before encoding your private key.
Copy the contents from the file private.key.base64
.
Login via SSH to each container where the Adobe Campaign instance is installed and add the Project credentials in Adobe Campaign by running the following command as neolane
user. This will insert the Technical Account credentials in the instance configuration file.
nlserver config -instance:<instance name> -setimsjwtauth:Organization_Id/Client_Id/Technical_Account_ID/<Client_Secret>/<Base64_encoded_Private_Key>
This step is not required if your Client identifier was not empty in Step 1: Create/update Adobe I/O Project.
To update pipelined tag, you need to update the authentication type to Adobe I/O project in the configuration file config-< instance-name >.xml as follows:
<pipelined ... authType="imsJwtToken" ... />
Then, run a config -reload
and a restart of the pipelined for the changes to be taken into account.