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.
- Navigate to the following URL: https://console.adobe.io/home.
- Click the Create new project button.
- Select the Add API option.
- Select Adobe Analytics, click Next, and then select OAuth and then click Next again.
- 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.
- Click Save configured API.
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.
- Navigate to the following URL: https://console.adobe.io/home.
- Click Create new project.
- Select Add API.
For Server-to-Server OAuth:
- Select Adobe Analytics, click Next, then select OAuth Server-to-Server and click Next again.
- 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.