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 iOS SDK can be configured by setting write key in CollectOption and pass to Collect.initialize. Eg:

Mandatory

Some set of options should be setup in CollectOption 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