marfeel_sdk 0.2.0
marfeel_sdk: ^0.2.0 copied to clipboard
Flutter plugin for the Marfeel Compass analytics SDK. Track page views, scroll depth, multimedia events, conversions, and user engagement.
0.2.0 #
- Added CDP support via the
CdpAPI: identity linking (cdpDoIdentityLink), master id (getCdpMasterId), CDP data (getCdpData), segment management (addCdpSegment,removeCdpSegment,setCdpSegments,clearCdpSegments,getCdpSegments), and metered counters (getMeterSnapshot,getMeter,listMeters,incrementMeter). CompassTracking.initializegained anenableCdpflag (defaults tofalse) to opt in to the CDP subsystem.- Android: bumped
com.marfeel.compass:viewsto1.18.1. - iOS: bumped
MarfeelSDK-iOSto~> 2.18.11.
0.1.1 #
- iOS:
trackConversionnow also sets aios-trackConversionpage var with value"<conversion>:<id>"for internal diagnostics of duplicated conversion calls.
0.1.0 #
- Initial release.
- Page and screen tracking via
CompassTracking. - Automatic scroll depth tracking with
CompassScrollView. - Multimedia (video/audio) tracking via
MultimediaTracking. - Conversion tracking with scoped options.
- User segmentation and custom variables.
- RFV (Recency, Frequency, Volume) metrics.
- Consent management.
- Android and iOS platform support.