Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.22 KB

README.md

File metadata and controls

11 lines (8 loc) · 2.22 KB

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