category |
---|
Integrate |
Read this guide if
- you'd like to know which client libraries are available to use Piwik's Tracking HTTP API from your application
If you are building iOS apps, you can use the Objective-C PiwikTracker client to send tracking data to your Piwik server.
Learn more and download Piwik iOS SDK on Github at github.com/piwik/piwik-sdk-ios.
If you are building Android apps, you can use the Android Java client to send tracking data to your Piwik server.
Learn more and download Piwik Android SDK on Github at github.com/piwik/piwik-sdk-android.
If you are building Mobile apps using Appcelerator Titanium, use the Piwik Analytics Module for Titanium to measure how users are navigating and consuming your apps. Learn more and download the Piwik Module for Titanium at github.com/manumaticx/ti.piwik.
The default client is the PHP PiwikTracker, learn more at: github.com/piwik/piwik-php-tracker.
A Java client for the Piwik Tracking API is available on Github: github.com/piwik/piwik-java-tracking.
A complete Python client implementation of the Tracking API is available on Github at github.com/piwik/piwik-python-api.
A C# client implementation of the Tracking API is available on Github at github.com/piwik/piwik-dotnet-tracker.