Edit in GitHubLog an issue

Calculated metric functions

Calculated Metrics are comprised of several different mathematical functions that work on available metrics for a given report suite.

Get all functions

Returns a full list of calculated metric functions that the user can access.

GET https://analytics.adobe.io/api/{GLOBALCOMPANYID}/calculatedmetrics/functions/

Copied to your clipboard
curl -X GET "https://analytics.adobe.io/api/exampleco/calculatedmetrics/functions" \
-H "x-api-key: {CLIENTID}" \
-H "Authorization: Bearer {ACCESS_TOKEN}"

Get a single function

Returns details around a single calculated metric function if you specify the id. You can obtain the desired id by calling the multiple calculated metrics endpoint.

GET https://analytics.adobe.io/api/{GLOBALCOMPANYID}/calculatedmetrics/functions/{ID}

For example, the following request returns information around the add calculated metric function:

Copied to your clipboard
curl -X GET "https://analytics.adobe.io/api/exampleco/calculatedmetrics/functions/add" \
-H "x-api-key: {CLIENTID}" \
-H "Authorization: Bearer {ACCESS_TOKEN}"
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.