Skip to content

Android Adobe Experience Platform Edge Bridge mobile extension

License

Notifications You must be signed in to change notification settings

adobe/aepsdk-edgebridge-android

Adobe Experience Platform Edge Bridge Mobile Extension

About this project

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:

  1. Edge Bridge forwards the track event data to Edge Network in a generic data format.
  2. 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.

Installation

Integrate the Edge Bridge mobile extension into your app by following the getting started guide.

Development

Open the project

To open and run the project, open the code/settings.gradle.kt file in Android Studio

Development

Run the test application

To configure and run the test app for this project, follow the getting started guide for the test app.

Code format

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

Related Projects

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.

Documentation

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.

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.