Algolia

Algolia is an AI search and retrieval platform.

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

  1. Include the Algolia PoqSDK into your build.gradle.
    implementation ("com.poqstudio:analytics.algolia:$VERSION_NAME")
  2. Set all the required ids on AlgoliaSettings.

Poq Settings

The Algolia PoqSDK is configurable via AlgoliaSettings. Through AlgoliaSettings you can configure:

  • appId
  • apiKey
  • region
  • indexFallback: index to send when index is not received/found.