Daimto.Google.Analytics.Tracker.SDK
1.0.5-beta
The Google Analytics SDK is designed makes it easy to connect .net Applications to Google Analytics.
The Google Analytics SDK uses the Google Analytics measurement protocol to record Hits via HTTP POST or GET requests directly to Google Analytics. The Google Analytics SDK also supports the debug endpoint which will allows developers to test and validate their hits before releasing their applicaitons to production.
The Google Analytics SDK supports tracking for the following interaction (Hit) types: 'pageview', 'screenview', 'event', 'transaction', 'item', 'social', 'exception', 'timing'.
Supported Platforms:
- .NET Framework 4.5+
- NetStandard1.3, providing .NET Core support.
Install-Package Daimto.Google.Analytics.Tracker.SDK -Version 1.0.5-beta
dotnet add package Daimto.Google.Analytics.Tracker.SDK --version 1.0.5-beta
<PackageReference Include="Daimto.Google.Analytics.Tracker.SDK" Version="1.0.5-beta" />
paket add Daimto.Google.Analytics.Tracker.SDK --version 1.0.5-beta
#r "nuget: Daimto.Google.Analytics.Tracker.SDK, 1.0.5-beta"
// Install Daimto.Google.Analytics.Tracker.SDK as a Cake Addin
#addin nuget:?package=Daimto.Google.Analytics.Tracker.SDK&version=1.0.5-beta&prerelease
// Install Daimto.Google.Analytics.Tracker.SDK as a Cake Tool
#tool nuget:?package=Daimto.Google.Analytics.Tracker.SDK&version=1.0.5-beta&prerelease
Release Notes
adds support for ContentGroup
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.Logging (>= 2.1.0)
- Newtonsoft.Json (>= 11.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.5-beta | 1,044 | 7/20/2018 |
1.0.4-beta | 494 | 7/13/2018 |
1.0.3-beta | 451 | 7/13/2018 |
1.0.2-beta | 441 | 7/13/2018 |
1.0.1-beta | 430 | 7/2/2018 |
1.0.0-beta | 489 | 6/29/2018 |