piano_analytics_plugin
A Flutter plugin for use Piano analytics SDK
Piano analytics Developers Documentation
Piano Analytics is the logical progression to our Analytics Suite 2, a solution that has been continuously developed for over 20 years and endorsed by tens of thousands of customers. With its user-centric, ethical-by-design and value driven data model, Piano Analytics synthesises product & marketing analytics, while solving the serious data quality issues facing the industry.
To read the developers documentation, see Pinao Analytics.
Note: This plugin is still under development, and some APIs might not be available yet. Feedback and Pull Requests are most welcome!
Versions
The different versions are available in the changelog file
Mobile Support
Usage
To use this plugin, add piano_analytics_plugin as a dependency in your pubspec.yaml file.
Set configuration
This function is used for set piano analytics configuration.
Future<void> setConfiguration({required String collectDomain, required int site, String? privacyDefaultMode, String? visitorId,});
Documentation for configuration
Send event
This function is used send event.
Future<void> sendEvent({required String eventName, required Map<String, dynamic> data});
Plugins
Plugin | Links |
---|---|
SDK iOS | https://github.com/at-internet/piano-analytics-apple |
SDK android | https://github.com/at-internet/piano-analytics-android |