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
This guide provides practical examples and implementation patterns for common use cases with the Zeotap React Native SDK.

Basic Setup Example

E-commerce Implementation

Product Tracking

Purchase Flow

User Authentication

Login/Registration

React Navigation Integration

Performance Monitoring

App State Tracking

Error Tracking

Advanced Configuration

Environment-Based Setup

Testing and Debugging

Development Helpers

Best Practices Summary

  1. Initialize Early: Set up the SDK in your app’s entry point
  2. Page Context: Always set page properties before tracking events
  3. Error Handling: Implement callbacks for critical events
  4. Consent First: Handle consent before any tracking
  5. Batch Optimization: Configure batch sizes based on your app’s usage patterns
  6. Development vs Production: Use different configs for different environments

For more detailed API documentation, see our API Reference section.
Last modified on June 25, 2026