![]() |
VOOZH | about |
dotnet add package UniversalAnalyticsMeasurementProtocolWrapper --version 1.6.0
NuGet\Install-Package UniversalAnalyticsMeasurementProtocolWrapper -Version 1.6.0
<PackageReference Include="UniversalAnalyticsMeasurementProtocolWrapper" Version="1.6.0" />
<PackageVersion Include="UniversalAnalyticsMeasurementProtocolWrapper" Version="1.6.0" />Directory.Packages.props
<PackageReference Include="UniversalAnalyticsMeasurementProtocolWrapper" />Project file
paket add UniversalAnalyticsMeasurementProtocolWrapper --version 1.6.0
#r "nuget: UniversalAnalyticsMeasurementProtocolWrapper, 1.6.0"
#:package UniversalAnalyticsMeasurementProtocolWrapper@1.6.0
#addin nuget:?package=UniversalAnalyticsMeasurementProtocolWrapper&version=1.6.0Install as a Cake Addin
#tool nuget:?package=UniversalAnalyticsMeasurementProtocolWrapper&version=1.6.0Install as a Cake Tool
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 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
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.