To work with Analytics 2.0 APIs on the Adobe I/O Console, you need to have System Admin rights or developer permissions for your organization. You will receive notification of these rights when granted.
To create an OAuth client:
-
Navigate to the following URL: https://console.adobe.io/integrations.
-
Click the
New Integration
button. -
Select the
Access an API
option and then clickContinue
. -
Under the Experience Cloud section select
Adobe Analytics
and then selectOAuth integration
and then clickContinue
. -
Select
New integration
and then clickContinue
. -
Fill out the name, description, redirect URIs and then click
Create Integration
.
The Default redirect URI is the location that Adobe I/O redirects after successful login and authorization. Use only HTTPS-based locations
The Redirect URI pattern is a list of URIs that specify the location that Adobe I/O redirects after successful login and authorization. This field should contain, at the least, the URI specified in the previous Default redirect URI. Use only HTTPS-based location.
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.