Copyright (C) 2015-2018 Oleksii Serdiuk.
Qt In-App Analytics library provides API to integrate in-app analytics into Qt applications. I wrote it for use in my own projects and currently it supports only Amplitude Analytics. I don't have plans to add support for other analytics platforms at this moment, however contrubitions are welcome.
The library supports both Qt 4 and Qt 5, and is desgined as drop-in.
Just include qtinappanalytics.pri
into your Qt project file, include
header of the corresponding analytics class into your .cpp
file, and
use it. See source code for API. Documentation will come eventually.
Qt In-App Analytics is licensed under BSD 2-Clause License. See LICENSE for full text of the license.