The Adobe Experience Platform Edge Bridge mobile extension enables forwarding of Analytics track events to Experience Platform Edge Network when using the Experience Platform Mobile SDK and the Edge Network extension. The complete ingestion process occurs in two main steps:
- Edge Bridge forwards the track event data to Edge Network in a generic data format.
- The generic data is converted into the Experience Data Model (XDM) format, which is a standard experience-driven data schema for Adobe and partner solutions.
- This conversion mapping can be set in the Data Collection datastream associated with the application's mobile property using Data Prep for Data Collection.
Integrate the Edge Bridge mobile extension into your app by following the getting started guide.
Open the project
To open and run the project, open the code/settings.gradle.kt
file in Android Studio
To configure and run the test app for this project, follow the getting started guide for the test app.
This project uses the code formatting tools Spotless with Prettier. Formatting is applied when the project is built from Gradle and is checked when changes are submitted to the CI build system.
Prettier requires Node version 10+
To enable the Git pre-commit hook to apply code formatting on each commit, run the following to update the project's git config core.hooksPath
:
make init
Project | Description |
---|---|
Core extensions | The Mobile Core represents the foundation of the Adobe Experience Platform Mobile SDK. |
Edge Network extension | The Edge Network extension allows you to send data to the Adobe Edge Network from a mobile application. |
Information about Adobe Experience Platform Edge Bridge's implementation, API usage, and architecture can be found in the Documentation directory.
Learn more about Edge Bridge and all other Mobile SDK extensions in the official Adobe Experience Platform Mobile SDK documentation.
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.