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 page provides practical examples of how to implement the Zeotap Android SDK in common app scenarios.

Complete App Integration Example

Application Setup

E-commerce App Example

Product Catalog Integration

Purchase Flow

User Authentication Example

Activity Lifecycle Tracking

Best Practices Summary

  1. Initialize Early: Set up the SDK in your Application’s onCreate() method
  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. Development vs Production: Use different configs for different environments
  6. Consistent Naming: Use same event names across platforms for cross-device tracking

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