Hello,
I’m trying to implement Adobe Analytics API 2.0 in an Adobe Campaign connector.
Authentication is OK.
Segments / users utilization endpoint is OK.
But when I Try to test metrics or report endpoint, The system returns I don’t have access.
In admin console (I’m administrator), I gave to my user all the rights but the message is still the same.
{
"errorCode": "insufficient_access",
"errorDescription": "User does not have access to this report suite - Error caused by exceptionName=java.lang.IllegalAccessError due to exceptionMessage=User does not have access to this report suite",
"errorId": "4e5a5954-11e4-4782-bb8b-675924181afb"
}
When I go to Adobe Analytics administration, I’m not able to see my user. So I can’t see it in an user group and finally, I guess I don’t have access to the report suite.
Do you know if I can do anything to appears in administration ?
Thank you for your help.