1
0
Форкнуть 0
SDK to connect to Google Analytics from Windows Store (UWP) Apps, Windows desktop apps written with .NET, and Xamarin Apps
Перейти к файлу
Immo Landwerth 81878f1bb6
Fix typo
2019-11-27 13:45:42 -08:00
build/nuget cleanup of .native nuget package 2017-02-07 22:10:40 -08:00
src Added a note to IsDebug of Analytics Manager 2017-04-19 18:52:58 +05:30
.gitignore Initial commit 2017-01-31 20:17:01 -08:00
LICENSE Initial commit 2017-01-31 16:30:59 +00:00
README.md Fix typo 2019-11-27 13:45:42 -08:00

README.md

Windows SDK for Google Analytics™

This repo is archived. A .NET Standard-based version is maintained by @LindaLawton here.

The Windows SDK for Google Analytics makes it easy to connect your Universal Windows Apps to Google Analytics Mobile App accounts.

The SDK uses Google's measurement protocol to send HTTP requests with user interaction data to Google's Universal Analytics Services. The SDK also supports the debug endpoint which will allows developers to test and validate their hits.

The SDK supports tracking for the following interaction (Hit) types:

The implementation supports:

Getting Started

Please read our Getting Started page for detailed information on pre-requisites, samples, and getting the nuget packages for the SDK.

Release notes/Update history:

v1.5.0.0. Feb 2017. This is our initial release, though our SDK is an iteration on this prior project on codeplex.

  • Please see supported features above.
  • Converged the APIs so that the C# and WinRT SDKs would be seamless. In the convergence, we deprecated a few features from old SDK (in codeplex), so look at our FAQ, for porting your code from older SDK to this one.
  • We tweaked the APIs so they mapped closer to the Google Analytics Android SDK. This way folks familiar with the API on other platform could more easily reuse their knowledge with our SDK.

About this SDK

This SDK is intended to have feature parity as well as API similarity (adjusted for .NET and WinRT conventions) with the official Google Analytics SDK for Android.

Feedback and Requests

Please use the issues page to submit any bugs, comments or questions, and feature requests.

Contributing

We accept contributions to code, samples, and docs. Please submit pull requests.

.NET foundation

This project is supported by the .NET Foundation