Creating Calculated Metrics via Adobe Analtyics API | Community
Skip to main content
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

Urs_Boller
Community Advisor
Community Advisor
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.

10558716Author
Level 3
February 28, 2018

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

10558716AuthorAccepted solution
Level 3
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