Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Adobe Analytics Calculated Metrics API

Manage calculated metrics built from existing metrics

Adobe Analytics Calculated Metrics API is one of 14 APIs that Adobe Analytics publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Calculated Metrics. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a getting-started guide, and rate-limit docs.

This API exposes 5 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 2.0.

Requests are made against a single base URL, https://analytics.adobe.io/api/{globalCompanyId}.

5 operations 2 paths 5 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0
Server
https://analytics.adobe.io/api/{globalCompanyId}
Authentication
HTTP Bearer, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

Adobe Analytics Calculated Metrics API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the header as x-api-key (apiKey). By default, every request must be authenticated.

  • bearerAuth — OAuth 2.0 access token from Adobe IMS
  • apiKey — Adobe Developer Console API key

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Calculated Metrics 5

Manage calculated metrics built from existing metrics

GET
/calculatedmetrics
Adobe Analytics List Calculated Metrics
listCalculatedMetrics 5 params → 200401
POST
/calculatedmetrics
Adobe Analytics Create a Calculated Metric
createCalculatedMetric body → 200400
GET
/calculatedmetrics/{calculatedMetricId}
Adobe Analytics Get a Calculated Metric
getCalculatedMetric 1 param → 200404
PUT
/calculatedmetrics/{calculatedMetricId}
Adobe Analytics Update a Calculated Metric
updateCalculatedMetric 1 param body → 200
DELETE
/calculatedmetrics/{calculatedMetricId}
Adobe Analytics Delete a Calculated Metric
deleteCalculatedMetric 1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are CalculatedMetric (8 properties), CalculatedMetricCreate (5 properties), Owner (3 properties), ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

CalculatedMetricCreate
object
Payload for creating or updating a calculated metric
5 properties 3 required
CalculatedMetricList
object
Paginated list of calculated metrics
3 properties
CalculatedMetric
object
A calculated metric definition
8 properties
ErrorResponse
object
Error response from the API
3 properties
Owner
object
The owner of an Analytics component
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-analytics-calculated-metrics-api-openapi.yml Raw ↑

Other APIs Adobe Analytics publishes across the network.

Adobe Analytics Livestream API
Adobe Analytics Data Insertion API
Adobe Analytics 1.4 API
Adobe Analytics Annotations API
Adobe Analytics Date Ranges API
Adobe Analytics Dimensions API
Adobe Analytics Events API
Adobe Analytics Jobs API
Adobe Analytics Metrics API
Adobe Analytics Report Suites API
Adobe Analytics Reports API
Adobe Analytics Segments API