Dynamic Yield

Dynamic Yield is a personalisation content provider and an implementation for Dynamic content. Poq Dynamic Yield SDK uses AnalyticsEvent.VERSION_2 for its analytics events. To add it to your app you need to:

  1. Include the DynamicYield module to your build.gradle.
    implementation("com.poqstudio:content.dynamicyield:$poqSdkVersion")
  2. Add your API key via DynamicYieldSettings.apiKey

Poq Settings

The DynamicYield SDK is configurable via DynamicYieldSettings. Through DynamicYieldSettings you can configure:

  • apiKey: your api key.
  • baseApiUrl: the base API url for the analytics events. By default uses the Europe link https://dy-api.eu/v2/collect/user/ but Dynamic Yield also supports its US version https://dy-api.com/v2/collect/user/.