Wangkanai.Analytics 0.11.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Wangkanai.Analytics --version 0.11.1
NuGet\Install-Package Wangkanai.Analytics -Version 0.11.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Wangkanai.Analytics" Version="0.11.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wangkanai.Analytics --version 0.11.1
#r "nuget: Wangkanai.Analytics, 0.11.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Wangkanai.Analytics as a Cake Addin
#addin nuget:?package=Wangkanai.Analytics&version=0.11.1

// Install Wangkanai.Analytics as a Cake Tool
#tool nuget:?package=Wangkanai.Analytics&version=0.11.1

Wangkanai Analytics (Alpha Development)

Wangkanai Analytics is a .NET Core library extension that tracks and generates details statistics about visitors to your website. The core feature is to track website activity such as session duration, pages per session, bounce rate and etc. of individuals using the site, along with the information on the source of the traffic.

Please show some me love and click on ⭐ This help movtivate me to continue on developing the project.

NuGet Badge NuGet Pre Release

Build Status Open Collective Patreon GitHub

Installation

Add the NuGet package to your project.

PM> install-package Wangkanai.Analytics

Add the service to your web app.

public void ConfigureServices(IServiceCollection services)
{
    // Add application services.
    services.AddAnalytics();

    // Add framework services.
    services.AddControllersWithViews();
}

The Analytics middleware is enable in the Configure method of Startup.cs file.

public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
    app.UseAnalytics();
    
    app.UseRouting();  

    app.UseEndpoints(endpoints => endpoints.MapDefaultControllerRoute());
}

Adding the TagHelper features to your web application with following in your _ViewImports.cshtml

@using WebApplication1

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Wangkanai.Analytics

How do i contribute?

Wangkanai Analytics is a powerful and continuous improving platform. We would like to invite developers to help maintain and add features so that this library is keep aligned with most of the popular web analytics out there.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 139 3/21/2024
1.10.0 889 11/27/2023
1.9.0 843 11/23/2023
1.8.0 809 11/23/2023
1.7.0 811 11/15/2023
1.6.0 830 11/1/2023
1.5.0 827 10/22/2023
1.4.0 967 9/29/2023
1.3.0 907 9/21/2023
1.2.0 1,141 7/20/2023
1.1.0 1,072 7/1/2023
1.0.0 1,097 6/28/2023
0.16.0 1,080 6/16/2023
0.15.1 1,160 6/7/2023
0.15.0 1,154 5/15/2023
0.14.0 1,182 5/11/2023
0.13.1 1,151 4/13/2023
0.13.0 1,172 4/3/2023
0.12.0 1,233 1/18/2023
0.11.4 1,199 1/17/2023
0.11.3 1,305 1/10/2023
0.11.2 1,249 1/3/2023
0.11.1 1,305 12/31/2022
0.11.0 1,273 12/27/2022
0.10.0 1,311 12/23/2022
0.9.0 1,296 11/30/2022
0.8.0 1,308 11/28/2022
0.7.0 1,283 11/26/2022
0.6.0 1,250 11/24/2022
0.5.0 1,298 11/15/2022
0.4.0 1,313 11/9/2022
0.3.2 1,415 9/27/2022
0.3.1 1,379 9/23/2022
0.3.0 1,439 9/13/2022
0.2.0 1,441 9/13/2022
0.1.200 1,436 8/23/2022
0.0.600 1,435 3/8/2022
0.0.500 1,394 3/8/2022
0.0.400 1,424 2/22/2022
0.0.300 1,418 2/19/2022
0.0.200 1,400 2/18/2022
0.0.102-alpha 1,418 2/9/2020
0.0.101 1,587 2/9/2020
0.0.100 1,514 2/9/2020