Skip to content

This is a C# .NET service wrapper for Google Analytics Reporting v4 that accepts Metrics, Dimensions and other parameters and returns a DataTable with the result.

License

Notifications You must be signed in to change notification settings

CarrieAnne/google-analytics-service-dotnet

 
 

Repository files navigation

Google Analytics Service for .NET

NuGet GitHub Workflow License: MIT Build status AppVeyor tests GitHub repo size GitHub code size in bytes Nuget GitHub Repo stars GitHub last commit GitHub commit activity

This class serves as a wrapper around the Google Analytics v4 Reporting library found here. It uses service account credentials for access. You must provide these credentials yourself. This class will then accept a view id, start date, end date, dimensions, metrics, and return a C# DataTable with the columns being the unique dimension combinations and the rows reflecting that. Please see the Sample project for more information.

Quick Links

About

This is a C# .NET service wrapper for Google Analytics Reporting v4 that accepts Metrics, Dimensions and other parameters and returns a DataTable with the result.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%