GoogleMeasurementProtocol 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GoogleMeasurementProtocol --version 1.4.0
NuGet\Install-Package GoogleMeasurementProtocol -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GoogleMeasurementProtocol" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GoogleMeasurementProtocol --version 1.4.0
#r "nuget: GoogleMeasurementProtocol, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GoogleMeasurementProtocol as a Cake Addin
#addin nuget:?package=GoogleMeasurementProtocol&version=1.4.0

// Install GoogleMeasurementProtocol as a Cake Tool
#tool nuget:?package=GoogleMeasurementProtocol&version=1.4.0

.Net library for sending Google Analytics Measurement Protocol requests.
This library provides support for creating any type of Measurement Protocol request by using any of the existing Measurement Protocol request parameters.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 90,601 9/18/2021
2.1.0 81,615 8/3/2019
2.0.0 23,379 12/13/2018
1.4.3 27,745 10/28/2017
1.4.2 16,898 10/11/2017
1.4.0 9,525 8/11/2017
1.3.6 17,455 9/14/2016
1.3.5 1,600 4/12/2016
1.3.4 1,550 3/19/2016
1.3.2 1,853 9/30/2015
1.3.1 1,693 9/29/2015
1.3.0 1,634 9/19/2015
1.2.0 1,593 8/19/2015
1.1.0 1,756 9/25/2014
1.0.0 1,665 6/30/2014

Added missing parameters.
Requests creation supports now creation by using userId instead of clientId.
Added support for Validating Hits - Measurement Protocol.
Fixes and improvements.