Please confirm if I can do the following with the Analytics API 1.4
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Further context:
Views
Replies
Total Likes
Also, why doesn't Adobe show the user consent screen with the list of scopes? It just approves and redirects back.
Views
Replies
Total Likes
Hi @watwatwat
Adobe Analytics provides access to its APIs using OAuth 2.0 for authentication and authorization. Regarding your specific query:
OAuth 2.0 Redirect: Adobe Analytics typically requires you to specify a predefined redirect URI when setting up OAuth 2.0 authorization. Using a white label domain in the format “https://*/some/path/here” is not a common practice in OAuth 2.0. You usually need to provide a specific, pre-registered redirect URI. Please refer to Adobe's documentation to find out what types of redirect URIs are supported and how to configure them.
Refresh Tokens: The use of refresh tokens and their availability can be determined by the configuration of the OAuth 2.0 provider, in this case, Adobe Analytics. The offline_access scope is commonly used to request refresh tokens, allowing you to obtain new access tokens without user intervention.
Views
Replies
Total Likes
Hello, thanks for the reply.
The offline_access scope is not listed in the Projects OAuth Web App credentials scope, does this mean it's impossible to refresh an access token for Adobe Analytics? This is a blocker for our clients.
Views
Replies
Total Likes
Views
Likes
Replies