GoogleAnalyticsTracker.Simple by Maarten Balliauw

<PackageReference Include="GoogleAnalyticsTracker.Simple" Version="3.0.27" />

 GoogleAnalyticsTracker.Simple 3.0.27

GoogleAnalyticsTracker was created to have a means of tracking specific URL's directly from C#. For example, it enables you to log API calls to Google Analytics.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>GoogleAnalyticsTracker.Simple</id>
    <version>3.0.27</version>
    <title>GoogleAnalyticsTracker.Simple</title>
    <authors>Maarten Balliauw</authors>
    <owners>Maarten Balliauw</owners>
    <licenseUrl>http://github.com/maartenba/GoogleAnalyticsTracker/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>http://github.com/maartenba/GoogleAnalyticsTracker</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>GoogleAnalyticsTracker was created to have a means of tracking specific URL's directly from C#. For example, it enables you to log API calls to Google Analytics.</description>
    <summary>GoogleAnalyticsTracker was created to have a means of tracking specific URL's directly from C#. For example, it enables you to log API calls to Google Analytics.</summary>
    <copyright>Copyright 2012 - 2015 Maarten Balliauw</copyright>
    <tags>google analytics ga mvc api rest client tracker stats statistics</tags>
    <dependencies>
      <dependency id="GoogleAnalyticsTracker.Core" version="3.0.27" />
    </dependencies>
  </metadata>
</package>