Creating Calculated Metrics via Adobe Analtyics API | Community
Skip to main content
New Participant
February 28, 2018
Solved

Creating Calculated Metrics via Adobe Analtyics API

  • February 28, 2018
  • 3 replies
  • 4292 views

Does anyone have any experience of this?

I have come across an article that (I think) mentions that this is possible (below), but I can't find the documentation to support this.

ARTICLE:

New Calculated Metrics and the APIs | Adobe Developer Connection

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 10558716

Ended up answering my own question after a lot of aimless clicking around; the documentation for creating Calculated Metrics in v1.4 of the API is subordinate to the documentation for Segments:

Calculated Metrics | Adobe Developer Connection

3 replies

10558716AuthorAccepted solution
New Participant
March 7, 2018

Ended up answering my own question after a lot of aimless clicking around; the documentation for creating Calculated Metrics in v1.4 of the API is subordinate to the documentation for Segments:

Calculated Metrics | Adobe Developer Connection

10558716Author
New Participant
February 28, 2018

Thanks, @urs.boller, for the quick response.

Urs_Boller
New Participant
February 28, 2018

there are a few docs to start with. i started with building the metrics in analytics and had a look in the api explorer (to see how i need to weite the JSON).

Get definitions of existing metrics: GetCalculatedMetrics | Adobe Developer Connection

after that, you can try to save some calc metrics:

SaveCalculatedMetrics | Adobe Developer Connection

when i made my first steps i had both the explorer and analytics opened at the same time to see what i do in API by watching the results in Adobe Analytics.