Adobe API

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Adobe API

Sandbox Environment

1 Products

Is a collection of integrated online marketing and Web analytics product. Some of them have REST API
for integration.

Below is main steps to integrate with Adobe Target

2 Adobe Target
Adobe Target is the Adobe Experience Cloud solution that provides everything you need to tailor and
personalize your customers' experience. Detail is
https://docs.adobe.com/content/help/en/target/using/target-home.html

2.1 Implement Target


Before starting using Adobe Target, we should implement it on a web site, such as embed JavaScript
library to a web page. Detail is: https://docs.adobe.com/content/help/en/target/using/target-
home.html

2.2 UI
Access URL: https://experience.adobe.com/#/@advantcointlamerptrsd/home
Create an activity for integration testing

2.3 Target API


2.3.1 Create an Integration
It likes to register an application in Microsoft Azure to get Client Id, Client Secret, etc.

The detail steps are: https://helpx.adobe.com/marketing-cloud-core/kb/adobe-io-authentication-step-


by-step.html

Access the I/O Console: https://console.adobe.io/home


Select the service:

Use Cygwin to generate a private key and public certificate then upload to the integration:

The integration is done:


Click on the integration to get client Id, client secret, etc. They are for integration connection:

2.3.2 Get JWT token


Put the private key to generate JWT
JWT token is generated

2.3.3 Using Postman

2.3.3.1 Generate access token


Create a post to: https://ims-na1.adobelogin.com/ims/exchange/jwt/

Use client_id, client_secret and jwt_token to get an access token


The access token is generated

2.3.3.2 Access to Adobe Target API


Detail API is: http://developers.adobetarget.com/api/

Sample is list activities in Adobe Target:

Create a get request to https://mc.adobe.io/advantcointlamerptrsd/target/activities/

advantcointlamerptrsd: is organization id
The response:

You might also like