Skip to main content

Configuration Options

Defaults

Region

Use .region(Region.US) or .region(Region.EU) so CDP requests route to the correct regional endpoint. If you set apiHost or cdnHost manually, those values override region-based defaults.

Screen view use

Log Levels

Control SDK logging verbosity:

Auto-collected device attributes

When autoTrackDeviceAttributes(true) is enabled (the default), the SDK collects:
  • device_os
  • device_model
  • device_manufacturer
  • app_version
  • zixflow_sdk_version
  • device_locale
  • push_enabled
You can still set custom device attributes with Zixflow.instance().setDeviceAttributes(...).