Usage
The Zeotap iOS SDK can be configured by setting write key inCollectOption 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
PII related Options
Only works for PIIs (cellno, email, loginid) sent using setUserIdentities
Learn more about PII hashing options
Consent Options
Learn more about combined usage of consent options
Data Collection Settings
Logging Options
Other Options
Basic Usage Examples
Best Practices
- Use Environment-Specific Configurations: Always use different write keys and settings for development, staging, and production.
- Optimize for Your Use Case: Adjust batch sizes and flush intervals based on your app’s event volume.
- Respect User Privacy: Enable consent management and respect system privacy settings.
- Validate Configuration: Always validate your configuration before initializing the SDK.
Related Documentation
- Write Key Configuration: Learn how to obtain and configure your write key
- Quick Start Guide: Basic SDK integration guide
- API Reference: Explore available methods