Environment
Adobe Analytics
Issue
A project created via Adobe I/O is not showing up in Admin Console.
Solution
There are 2 types of authentications that Adobe I/O console provides:
1. OAuth Integration:
2. Service Based Integration:
This is particularly used by team or users like Dev team.
Its authentication is done via public-private key.
Its needs to be linked to a product profile. Why? Because users don’t login to access API. They’re to use a private key to to get the access token.
So how would you decide the API access level where user is not logging in via his Adobe ID - that’s where product profile come into picture.
Whatever access is there in the profile, the same applies to the API.