piwik-dotnet-api icon indicating copy to clipboard operation
piwik-dotnet-api copied to clipboard

Official C# implementation of the Matomo Analytics API

Piwik C# Analytics API

This is the official C# implementation of the Piwik Analytics API.

Check the changelog to know which Piwik Analytics APIs are supported.

Usage

Two Visual Studio Solutions are provided :

  • Piwik.Analytics.sln : Library project
  • Piwik.Analytics.Samples.sln : Console Samples project

Publishing the project to NuGet

Requirements

How-to

Using the command line

./publish.sh NEW_VERSION_NUMBER

Using hotshell

Enter the interactive menu with hs then activate publish new version menu entry.

License