Skip to main content
Feedback

Adobe Analytics connection

You can set up and create an Adobe Analytics connection in Data Integration.

Prerequisites

To establish the integration in the Adobe Analytics Console, you must have System Admin or Developer rights for your organization.

Data Integration uses OAuth 2.0 to authenticate Adobe Analytics connections. Ensure you have the following prerequisites before you set up the connection.

Procedure

  1. Log in to Adobe Developer Console.
  2. Select the project for which you need to configure the Adobe Analytics API. Ensure that your project has the Adobe Analytics API enabled. If not, you need to add it to your project.
  3. Within your project, go to the API configuration page.
  4. The API Key (Client ID) generates automatically during the project setup.
note

This key is essential for API authentication.

  1. On the same API configuration page, you can find the Client Secret. This secret is also generated automatically and required for secure API access.
  2. Navigate to the Admin section within Adobe Analytics or the Adobe Admin console to locate your Company ID. If you do not know your Global Company ID, you can find it in the request URL for the users/me endpoint on the Swagger UI. After logging in to the Swagger UI, expand the users endpoint and then click GET users/me. Click the Try it out and Execute buttons.
info

Your Global Company ID is available in the Request URL immediately preceding the users/me endpoint.

Establishing Adobe Analytics connection in Data Integration

  1. Navigate to the Data Integration Console.
  2. Click the Connections tab from the left-hand menu.
  3. Click + New Connection.
  4. Find and select the Adobe Analytics connection.
  5. Enter the Connection Name.
  6. Enter the Company ID, Client ID (API Key), and Client Secret that you retrieved.
  7. Click Save to save the connection in your Data Integration account.
  8. Click Test Connection. If the test is successful, you can start using the Adobe Analytics connection.
On this Page