Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Adobe Analytics API 1.4 CalculatedMetrics.Get for whole company

Avatar

Level 2

Hi,

I am trying to audit who (users) uses what (props, evars, events, etc.) in my company, to keep like an audit and notify them when we make changes to specific config in the tool.

The problem with the CalculatedMetrics API and the Get Method seems to be, that I only get information of the user associated with the Client and Secret Tokens.

Do you know a way to make that possible?

Thanks,

Agustin

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

you need to define the accessLevel in your API get call like this:

"accessLevel":"all"

This way you will receive all calc. metrics the user has access to. If your user credentials belong to an admin, you would get all calc. metrics for the company.

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

you need to define the accessLevel in your API get call like this:

"accessLevel":"all"

This way you will receive all calc. metrics the user has access to. If your user credentials belong to an admin, you would get all calc. metrics for the company.

Avatar

Employee Advisor

Hi Agustin, were you able to get the API request working?

Avatar

Level 2

Hi urs.boller,

thankyou very much for your support! It did the magic.

Gigazelle​, do you know if there is a more complete documentation of the Analytics API 1.4. In Swagger and GitHub the docu for specific API methods seem to be really poor. If I do not remember wrongly, previously there were a very good docu in the adobe.com itself.

Thanks for your support,

Agustin

Avatar

Community Advisor

there is no other documentation as far as i know (and I confirm that it is really poor).

but since the new API 2.0 is public, I wouldn't expect any improvements for the old API. better change to the new one ...

Avatar

Employee Advisor

Yeah, the best we have is located here: GitHub - AdobeDocs/analytics-1.4-apis: Documentation and helpful resources for calling the Analytics...

I echo Urs's recommendation to explore using the v2 APIs, as those will be Adobe's focus for the future.