GoogleAnalyticsTracker.WebAPI by Maarten Balliauw

<PackageReference Include="GoogleAnalyticsTracker.WebAPI" Version="1.7.0" />

 GoogleAnalyticsTracker.WebAPI 1.7.0

GoogleAnalyticsTracker for ASP.NET Web API. 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.WebAPI</id>
    <version>1.7.00</version>
    <title>GoogleAnalyticsTracker.WebAPI</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 for ASP.NET Web API. 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 for ASP.NET Web API. 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 - 2013 Maarten Balliauw</copyright>
    <tags>google analytics ga mvc api rest client tracker stats statistics webapi</tags>
    <dependencies>
      <dependency id="GoogleAnalyticsTracker" version="1.7" />
      <dependency id="Microsoft.AspNet.WebApi.Core" version="4.0.30506.0" />
    </dependencies>
  </metadata>
</package>