Bloomreach

Bloomreach (former Exponea) is an Engagement solution that allows clients to use personalized communication and campaigns with users.

Bloomreach/Exponea uses AnalyticsEvent.VERSION_2 for its analytics events. To add it to your app you need to:

  1. Include the Bloomreach/Exponea PoqSDK into your build.gradle.
    implementation ("com.poqstudio:notifications.exponea:$VERSION_NAME")
  2. Set all required ids on ExponeaSettings.

Poq Settings

The Bloomreach/Exponea PoqSDK is configurable via ExponeaSettings. Through ExponeaSettings you can configure:

  • groupKey: Group key.
  • projectToken: Project token.
  • baseUrl: Base URL.
  • customerIdFieldName: Customer Id Field. Default value is defined as registered, which is the default field used by Bloomreach/Exponea as described in the documentation.

You can find the Group Key, Project Token and Base URL on Bloomreach console -> Settings -> Access management -> API.