Google Analytics SDK for Windows and Windows Phone with support for Google Universal Analytics Measurement Protocol
Google Data API Analytics Library
Google Analytics client for C# applications with automatic wire-up for Windows 8/8.1 store applications.
This project is a cross platform library for Xamarin, which enables a handy use of Google Analytics in your applications.
For C# UWP Apps, Windows 10 SDK for Google Analytics implementing the Google Universal Analytics Measurement Protocol
.Net library for sending Google Analytics Measurement Protocol requests. This library provides support for creating any type of Measurement Protocol request by using any of the existing Measurement Protocol request parameters.
Google APIs Client Library for working with Analytics v2.4. Supported Platforms: - .NET Framework 4.5+ - .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support. Legacy platforms: - .NET Framework 4.0 - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0 Incompatible platforms: - .NET Framework < 4.0 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin More documentation on the API is available at: https://developers.google.com/api-client-library/dotnet/apis/analytics/v2.4 The package source code is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
LEGACY PACKAGE - Use GoogleAnalyticsTracker.WP7 or GoogleAnalyticsTRacker.WP8 instead - 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.
The default JavaScript tracking snippet for Google Analytics runs when a web page is first loaded and sends a pageview hit to Google Analytics. If you want to know about more than just pageviews (e.g. events, social interactions), you have to write code to capture that information yourself. Since most website owners care about most of the same types of user interactions, web developers end up writing the same code over and over again for every new site they build. Autotrack was created to solve this problem. It provides default tracking for the interactions most people care about, and it provides several convenience features (e.g. declarative event tracking) to make it easier than ever to understand how people are using your site.
C# bindings for Google APIs Analytics iOS Library
Google Protocol buffer classes for FactSet STACH tabular format which represents complex multi-dimensional array of data. These classes help in the serialization and deserialization of STACH formatted data. See GitHub repository documentation for more information.
Recommended Google client library to access the Analytics Data API (v1alpha)
This project is a cross platform library for Xamarin, which enables a handy use of Google Analytics in your applications.
TypeScript Definitions (d.ts) for google.analytics. Generated based off the DefinitelyTyped repository [git commit: b14601af3fb2ad72d5048e94188a569a1838fb9c]. http://github.com/DefinitelyTyped
Google analytics module for Angulartics. See Angular.Analytics.Core for more details [NuGet packaging by ADAPTByDesign]
Integration Google Analytics track event for Windows Universal Apps and WPF.
GaDotNet is a .Net library that allows for page view and event tracking, through code on the server side
Google Protocol buffer classes for FactSet STACH tabular format which represents complex multi-dimensional array of data. These classes help in the serialization and deserialization of STACH formatted data. See GitHub repository documentation for more information.
Websharper bindings for Google Analytics, Stripe and Pointer Events.
Google Analytics module for Better CMS. Better CMS is publishing focused and developer friendly .NET Open source CMS.
Google Analytics module for Better CMS. Better CMS is publishing focused and developer friendly .NET Open source CMS.
The Google Analytics SDK is designed makes it easy to connect .net Applications to Google Analytics. The Google Analytics SDK uses the Google Analytics measurement protocol to record Hits via HTTP POST or GET requests directly to Google Analytics. The Google Analytics SDK also supports the debug endpoint which will allows developers to test and validate their hits before releasing their applicaitons to production. The Google Analytics SDK supports tracking for the following interaction (Hit) types: 'pageview', 'screenview', 'event', 'transaction', 'item', 'social', 'exception', 'timing'. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support.
Standard API to track Users, Screens, Events, Timing, Exceptions, Transactions and User Feedback
TinyInsights is an abstraction for multiple analytics provicers. This is a provider for Google Analytics.
The project provides basic Event track for using Google Analytics.
For C++ and JavaScript UWP Apps, SDK for Google Analytics implementing the Google Universal Analytics Measurement Protocol
A simple cross-platform Google Analytics library designed for applications built using Xamarin Forms.
Catharsis.Web.Widgets 2.8.0 Catharsis.Web.Widgets is ASP.NET MVC tag library, which provides useful social media widgets to include on web pages of your site. Web widgets are implemented as C# POCO objects that implement System.Web.IHtmlString and provide convenient fluent interface to work with. Extension methods for System.Web.Mvc.HtmlHelper for easiness of rendering are also provided as well. As of the latest version, the following areas are covered : - Cackle [Comments and OAuth Login widgets] - Disqus [Comments widget] - Facebook [Activity Feed, Recommendations Feed, "Follow" button, "Like" button, Like Box, "Send" button, Comments widget, Facepile widget, Embedded post, Embedded video, Video hyperlink] - Google [Google Analytics, Google + 1 button] - Gravatar [Avatar image URL, User profile URL] - IntenseDebate [Comments widget, comments count hyperlink] - LiveJournal [Like Button, Repost Button] - Mail.ru [Faces widget, Groups widget, ICQ On-Site widget, "Like" button (mail.ru/odnoklassniki.ru), Embedded video, Video hyperlink] - Pinterest [Pin It Button, Follow Button, Pin Widget, Profile Widget, Board Widget] - RuTube [Embedded video, Video hyperlink] - SoundCloud [Profile Icon] - Surfingbird ["Like" button] - Tumblr ["Follow" button, "Share" button] - Twitter ["Follow" button, "Tweet" button] - Vimeo [Embedded video, Video hyperlink] - VKontakte [OAuth Button, Comments widget, Community widget, "Like" button, Poll widget, Wall Post widget, Recommendations Feed widget, Subscribe widget, Embedded video, Video hyperlink] - Yandex [Yandex Analytics, "Ya" button, "Share" button, Embedded video, Video hyperlink, Yandex.Money (payment buttons and forms)] - YouTube [Embedded video, Video hyperlink] - VideoJS player [Media player]
Gremlin.Net for Apache TinkerPop™ is a language variant and driver for .NET. Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). Gremlin is the graph traversal language of TinkerPop. It can be described as a functional, data-flow language that enables users to succinctly express complex traversals on (or queries of) their application's property graph. Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs as Java including "dot notation" for function chaining (a.b.c), round bracket function arguments (a(b,c)), and support for global namespaces (a(b()) vs a(__.b())). As such, anyone familiar with Gremlin-Java will immediately be able to work with Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that make traversals a bit more succinct. Gremlin.Net is designed to connect to a "server" that is hosting a TinkerPop-enabled graph system. That "server" could be Gremlin Server https://tinkerpop.apache.org/docs/current/reference/#gremlin-server or a remote graph provider that exposes protocols by which Gremlin.Net can connect. Please see the Reference Documentation of Apache TinkerPop for more information on usage: https://tinkerpop.apache.org/docs/current/reference and use our Google Group gremlin-users if there are any questions: https://s.apache.org/c8hru The Gremlin language allows users to write highly expressive graph traversals and has a broad list of functions that cover a wide body of features. The Reference Documentation describes these functions and other aspects of the TinkerPop ecosystem including some specifics on Gremlin in .NET itself: https://s.apache.org/pgbwu Most of the examples found in the documentation use Groovy language syntax in the Gremlin Console. For the most part, these examples should generally translate to C# with some logical modification: https://s.apache.org/10v91 Given the strong correspondence between canonical Gremlin in Java and its variants like C#, there is a limited amount of C#-specific documentation and examples. This strong correspondence among variants ensures that the general Gremlin reference documentation is applicable to all variants and that users moving between development languages can easily adopt the Gremlin variant for that language. NOTE that versions suffixed with "-rc" are considered release candidates (i.e. pre-alpha, alpha, beta, etc.) and thus for early testing purposes only.
Service wrapper for Google Analytics Reporting v4 that accepts Metrics and Dimensions and returns a DataTable with the result
MvcKickstart module used to add an analytics widget to the admin dashboard.
Blazor extensions for Analytics. Supported platforms: Google Analytics, GTAG, ...