pbek / qt-piwik-tracker

C++ Qt Tracker Library for Piwik / Matomo Analytics
MIT License
20 stars 8 forks source link
cpp library matomo piwik qt qt5

Qt C++ Piwik / Matomo Tracker Library

Build Status Linux/OS X Build Status Windows Coverage Status

PiwikTracker is a C++ Qt 5 library for tracking with the open-source analytics platform Piwik, now Matomo.

Features

How to use this library

// the 3rd parameter is the site id
PiwikTracker *piwikTracker = new PiwikTracker(qApp, QUrl("https://yourserver"), 1);
piwikTracker->setCustomDimension(1, "some dimension");
piwikTracker->sendVisit("my/path");

References

Disclaimer

This SOFTWARE PRODUCT is provided by THE PROVIDER "as is" and "with all faults." THE PROVIDER makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT.

There are inherent dangers in the use of any software, and you are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and THE PROVIDER will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.