Plugin.GAXamarin 1.2.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Plugin.GAXamarin --version 1.2.0
NuGet\Install-Package Plugin.GAXamarin -Version 1.2.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="Plugin.GAXamarin" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.GAXamarin --version 1.2.0
#r "nuget: Plugin.GAXamarin, 1.2.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 Plugin.GAXamarin as a Cake Addin
#addin nuget:?package=Plugin.GAXamarin&version=1.2.0

// Install Plugin.GAXamarin as a Cake Tool
#tool nuget:?package=Plugin.GAXamarin&version=1.2.0

Standard API to track Users, Screens, Events, Timing, Exceptions, Custom Dimensions and Metrics from PCL.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Universal Windows Platform uap was computed.  uap10 is compatible.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win8 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
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

1.2.0
       [update] Adding value parameter to TrackEvent
       1.1.0
       [Update] Init method extra parameter to set UserID Custom Dimension index.
       [Update] TrackException now supports dimensions and metrics.
       1.0.5
       [Bug] Uncaught exceptions not working (fixed)
       1.0.4
       [Android] Uncaught exceptions not working
       1.0.3
       [fix] Adding support to track unhandled exceptions
       1.0.2
       [fix] Adding platform specific dependencies
       1.0.1
       [enhancement] Adding an extra parameter to Init method to enable/disable reporting uncaught exceptions.