UniversalAnalyticsMeasurementProtocolWrapper 1.6.0
dotnet add package UniversalAnalyticsMeasurementProtocolWrapper --version 1.6.0
NuGet\Install-Package UniversalAnalyticsMeasurementProtocolWrapper -Version 1.6.0
<PackageReference Include="UniversalAnalyticsMeasurementProtocolWrapper" Version="1.6.0" />
paket add UniversalAnalyticsMeasurementProtocolWrapper --version 1.6.0
#r "nuget: UniversalAnalyticsMeasurementProtocolWrapper, 1.6.0"
// Install UniversalAnalyticsMeasurementProtocolWrapper as a Cake Addin #addin nuget:?package=UniversalAnalyticsMeasurementProtocolWrapper&version=1.6.0 // Install UniversalAnalyticsMeasurementProtocolWrapper as a Cake Tool #tool nuget:?package=UniversalAnalyticsMeasurementProtocolWrapper&version=1.6.0
Wrapper for pushing data to Universal Analytics properties via the Measurement Protocol (version 1) on the server-side. This version only supports pushing Event data to web properties.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.1
- System.Configuration.Abstractions (>= 2.0.2.26)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 1.6.0 Added ability to add custom key/value pairs that aren't explicitly supported by the interface
* 1.5.0 Added ability to set the non-interaction hit flag so not all events have to be treated as interactions.
* 1.4.4 Added ability to track via userId; Compress errors into object to avoid crashes.
* 1.4.0 Added async methods and switched the back-end to use the HTTPS Google endpoint instead of the HTTP one
* 1.3.0 Major overhaul to the interfaces. Provided a factory for getting IUniversalAnalyticsEvent objects, and eliminated one of the required app settings.