Skip to main content
Important: Please ensure your CMP configuration includes new Vendor ID 1469 for 1st Party data tracking. Additionally, include Vendor ID 301 if cookie sync is enabled. Learn more

Usage

The Zeotap React Native SDK can be configured by passing an options object to initialiseZeoCollect. Eg:

Mandatory

Some set of options should be setup to make SDK collect the data in required ways.

SDK Configuration Options

Only works for PIIs (cellno, email, loginid) sent using setUserIdentities Learn more about PII hashing options Learn more about combined usage of consent options

Data Collection Settings

Logging Options

Other Options

Basic Usage Examples

Best Practices

  1. Use Environment-Specific Configurations: Always use different write keys and settings for development, staging, and production.
  2. Optimize for Your Use Case: Adjust batch sizes and flush intervals based on your app’s event volume.
  3. Respect User Privacy: Enable consent management and respect system privacy settings.
  4. Validate Configuration: Always validate your configuration before initializing the SDK.
Last modified on June 25, 2026