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