Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.05 KB

File metadata and controls

19 lines (10 loc) · 1.05 KB

About the EventHub

All activity in the Adobe Experience Platform SDK (AEP SDK) flows through the EventHub. Read the sections below for detailed information on each associated topic.

This page defines terms used throughout the EventHub documentation. Review of this page is recommended prior to reading through any other topic.

This page outlines the contract that binds interactions between the EventHub, Events, and Extensions. Familiarity with this document is a prerequisite to building an extension for the AEP SDK.

Provides a specification for Events, which are the objects that allow data to flow through the EventHub.

Extensions allow developers to extend the functionality of the AEP SDKs with their code. Third-party extensions are first-class citizens in this ecosystem, and are given access to all of the same features and services provided to first party extensions.