Wangkanai.Analytics
0.12.0
Prefix Reserved
See the version list below for details.
dotnet add package Wangkanai.Analytics --version 0.12.0
NuGet\Install-Package Wangkanai.Analytics -Version 0.12.0
<PackageReference Include="Wangkanai.Analytics" Version="0.12.0" />
paket add Wangkanai.Analytics --version 0.12.0
#r "nuget: Wangkanai.Analytics, 0.12.0"
// Install Wangkanai.Analytics as a Cake Addin #addin nuget:?package=Wangkanai.Analytics&version=0.12.0 // Install Wangkanai.Analytics as a Cake Tool #tool nuget:?package=Wangkanai.Analytics&version=0.12.0
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.
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 | Versions 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. |
-
net6.0
- Wangkanai.Detection (>= 7.0.0)
-
net7.0
- Wangkanai.Detection (>= 7.0.0)
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 | 254 | 3/21/2024 |
1.10.0 | 944 | 11/27/2023 |
1.9.0 | 899 | 11/23/2023 |
1.8.0 | 880 | 11/23/2023 |
1.7.0 | 900 | 11/15/2023 |
1.6.0 | 898 | 11/1/2023 |
1.5.0 | 898 | 10/22/2023 |
1.4.0 | 1,035 | 9/29/2023 |
1.3.0 | 978 | 9/21/2023 |
1.2.0 | 1,225 | 7/20/2023 |
1.1.0 | 1,152 | 7/1/2023 |
1.0.0 | 1,175 | 6/28/2023 |
0.16.0 | 1,152 | 6/16/2023 |
0.15.1 | 1,231 | 6/7/2023 |
0.15.0 | 1,232 | 5/15/2023 |
0.14.0 | 1,241 | 5/11/2023 |
0.13.1 | 1,228 | 4/13/2023 |
0.13.0 | 1,242 | 4/3/2023 |
0.12.0 | 1,328 | 1/18/2023 |
0.11.4 | 1,284 | 1/17/2023 |
0.11.3 | 1,377 | 1/10/2023 |
0.11.2 | 1,310 | 1/3/2023 |
0.11.1 | 1,371 | 12/31/2022 |
0.11.0 | 1,353 | 12/27/2022 |
0.10.0 | 1,398 | 12/23/2022 |
0.9.0 | 1,370 | 11/30/2022 |
0.8.0 | 1,389 | 11/28/2022 |
0.7.0 | 1,356 | 11/26/2022 |
0.6.0 | 1,318 | 11/24/2022 |
0.5.0 | 1,360 | 11/15/2022 |
0.4.0 | 1,385 | 11/9/2022 |
0.3.2 | 1,473 | 9/27/2022 |
0.3.1 | 1,465 | 9/23/2022 |
0.3.0 | 1,499 | 9/13/2022 |
0.2.0 | 1,534 | 9/13/2022 |
0.1.200 | 1,522 | 8/23/2022 |
0.0.600 | 1,504 | 3/8/2022 |
0.0.500 | 1,473 | 3/8/2022 |
0.0.400 | 1,479 | 2/22/2022 |
0.0.300 | 1,501 | 2/19/2022 |
0.0.200 | 1,488 | 2/18/2022 |
0.0.102-alpha | 1,468 | 2/9/2020 |
0.0.101 | 1,642 | 2/9/2020 |
0.0.100 | 1,592 | 2/9/2020 |