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 Events API

Upload and validate batched event data files

Adobe Analytics Events 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 Events. 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 2 operations across 2 paths, and defines 4 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}.

2 operations 2 paths 4 schemas 2 POST

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 Events 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 2

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

Events 2

Upload and validate batched event data files

POST
/events
Adobe Analytics Upload a Batch Events File
uploadEvents 2 params body → 200400401429
POST
/events/validate
Adobe Analytics Validate a Batch Events File
validateEvents 1 param body → 200400401

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are UploadResponse (3 properties), ValidationResponse (3 properties), ValidationError (3 properties), ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

ValidationError
object
A single validation error from file validation
3 properties
ValidationResponse
object
Result of a file validation request
3 properties
ErrorResponse
object
Error response from the API
2 properties
UploadResponse
object
Response after a successful file upload
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-analytics-events-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 Calculated Metrics API
Adobe Analytics Date Ranges API
Adobe Analytics Dimensions API
Adobe Analytics Jobs API
Adobe Analytics Metrics API
Adobe Analytics Report Suites API
Adobe Analytics Reports API
Adobe Analytics Segments API