reddit_pixel 1.0.0
reddit_pixel: ^1.0.0 copied to clipboard
A privacy-centric, backend-agnostic Flutter library for Reddit Conversions API (CAPI) v3. Supports direct and proxy transport modes with offline-first persistence.
1.0.0 #
- Initial Release: introduced a privacy-centric, backend-agnostic library for Reddit Conversions API (CAPI) v3.
- Event Tracking: Added support for standard events (
Purchase,SignUp,Lead,AddToCart,AddToWishlist,Search,ViewContent,PageVisit) and custom events. - Transport Modes: Implemented dual transport modes:
- Direct Mode: Send events directly to Reddit API using an access token.
- Proxy Mode: Securely route events through a proxy server to keep tokens hidden.
- Offline First: Integrated
Hivefor persistent local queuing of events when offline, with automatic retry and background flushing. - User Data Enrichment: Added automatic enrichment of events with device identifiers (IDFA/AAID) via
RedditIdentityProvider. - Developer Experience: Included robust debug logging, configurable flush intervals, and a dedicated test mode.