Skip to content

PANTAFLIX/windows-sdk-for-google-analytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows SDK for Google Analytics™

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.6.0.0. April 2018 - This is our initial release, though this SDK is an iteration on the prior project on github.

BREAKING CHANGES

  • If this managed SDK is used along with the Universal App Platform, this SDK version, since it is based on .net standard 2.0 and is compatible to .net core 2.x only works with Microsoft.NETCore.UniversalWindowsPlatform 6.x or higher, which implies, that only Windows 10 Fall Creators Update 10.0.16299 or higher is supported

GENERAL CHANGES

  • Changed the portable class library (PCL) GoogleAnalytics.Core to a more modern .net standard 2.0 class library.
  • Rewrote a lot of classes, to be compatible with .net core 2.x projects

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.

Useful links

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

About

SDK to connect to Google Analytics from Windows Store (UWP) Apps, Windows desktop apps written with .NET, and Xamarin Apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.9%
  • C++ 40.7%
  • JavaScript 1.0%
  • Batchfile 0.7%
  • HTML 0.4%
  • CSS 0.2%
  • C 0.1%