Wangkanai.Analytics
0.12.0
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 |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
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 |
---|---|---|
0.12.0 | 61 | 1/18/2023 |
0.11.4 | 62 | 1/17/2023 |
0.11.3 | 74 | 1/10/2023 |
0.11.2 | 79 | 1/3/2023 |
0.11.1 | 90 | 12/31/2022 |
0.11.0 | 91 | 12/27/2022 |
0.10.0 | 99 | 12/23/2022 |
0.9.0 | 149 | 11/30/2022 |
0.8.0 | 125 | 11/28/2022 |
0.7.0 | 129 | 11/26/2022 |
0.6.0 | 127 | 11/24/2022 |
0.5.0 | 169 | 11/15/2022 |
0.4.0 | 147 | 11/9/2022 |
0.3.2 | 223 | 9/27/2022 |
0.3.1 | 208 | 9/23/2022 |
0.3.0 | 262 | 9/13/2022 |
0.2.0 | 255 | 9/13/2022 |
0.1.200 | 225 | 8/23/2022 |
0.0.600 | 266 | 3/8/2022 |
0.0.500 | 242 | 3/8/2022 |
0.0.400 | 262 | 2/22/2022 |
0.0.300 | 242 | 2/19/2022 |
0.0.200 | 242 | 2/18/2022 |
0.0.102-alpha | 329 | 2/9/2020 |
0.0.101 | 405 | 2/9/2020 |
0.0.100 | 377 | 2/9/2020 |