Excel Add-In for Adobe Analytics

Build 25.0.9434

Creating a Custom OAuth App

You must create a custom OAuth app to connect to the Adobe Analytics.

Create an App for OAuth Integration

Follow the steps below to create a custom app and obtain the connection properties in a specific OAuth authentication flow.

  1. Navigate to the following URL: https://console.adobe.io/home.
  2. Click the Create new project button.
  3. Select the Add API option.
  4. Select Adobe Analytics, click Next, and then select OAuth and then click Next again.
  5. Select the Web option and fill out the redirect URIs. For a desktop application, you can use a localhost URL such as https://localhost:33333. For a web application, supply the URL of the page to redirect to on your website.
  6. Click Save configured API.
Your client is now created. Notice your client has an Client ID (API Key) and a Client Secret. These will be needed to get your auth code and to generate access tokens.

Create an App for Service Account Integration

Use the following steps to create a custom app and obtain the connection properties in a specific Service Account authentication flow.

  1. Navigate to the following URL: https://console.adobe.io/home.
  2. Click Create new project.
  3. Select Add API.

For Server-to-Server OAuth:

  1. Select Adobe Analytics, click Next, then select OAuth Server-to-Server and click Next again.
  2. Select one or more product profiles (you can set app permissions in product profiles) and click Save configured API.

Your client is now created. You will have the Client ID (API Key) and Client Secret, which are needed to generate access tokens.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434