Adobe Analytics · AsyncAPI Specification
Adobe Analytics Livestream API
Version 1.0
The Adobe Analytics Livestream API delivers real-time analytics hit data to a connected client as each hit is processed by Adobe Analytics servers. Data is streamed in line-delimited JSON format compressed with gzip, reflecting traffic being collected by a report suite at the time it is processed. Clients connect to a named streaming endpoint provisioned by Adobe and maintain a persistent connection to receive the continuous data stream.
View Spec
View on GitHub
AdobeAnalyticsBusiness IntelligenceCustomer IntelligenceDigital MarketingMarketingWeb AnalyticsAsyncAPIWebhooksEvents
Channels
/{endpointName}
Receive real-time Analytics hit data
Persistent streaming channel for receiving real-time Analytics hit data. The client maintains a long-lived HTTPS connection and receives a continuous stream of newline-delimited JSON objects, one per Analytics hit, as they are processed.
Messages
AnalyticsHit
Analytics Hit
A single Analytics data collection hit
AnalyticsHitWithGeolocation
Analytics Hit With Geolocation
An Analytics hit enriched with geolocation data
Servers
https
adobeLivestream
https://livestream.adobe.net/api/1/stream/{endpointName}
Adobe Analytics Livestream endpoint. The endpoint name is provisioned by Adobe and corresponds to one or more report suites.