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:
- Include the DynamicYield module to your
build.gradle.implementation("com.poqstudio:content.dynamicyield:$poqSdkVersion") - 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 linkhttps://dy-api.eu/v2/collect/user/but Dynamic Yield also supports its US versionhttps://dy-api.com/v2/collect/user/.