SplatDev.Umbraco.Plugins.SimpleAnalytics
8.18.8.1
dotnet add package SplatDev.Umbraco.Plugins.SimpleAnalytics --version 8.18.8.1
NuGet\Install-Package SplatDev.Umbraco.Plugins.SimpleAnalytics -Version 8.18.8.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="SplatDev.Umbraco.Plugins.SimpleAnalytics" Version="8.18.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SplatDev.Umbraco.Plugins.SimpleAnalytics --version 8.18.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SplatDev.Umbraco.Plugins.SimpleAnalytics, 8.18.8.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 SplatDev.Umbraco.Plugins.SimpleAnalytics as a Cake Addin #addin nuget:?package=SplatDev.Umbraco.Plugins.SimpleAnalytics&version=8.18.8.1 // Install SplatDev.Umbraco.Plugins.SimpleAnalytics as a Cake Tool #tool nuget:?package=SplatDev.Umbraco.Plugins.SimpleAnalytics&version=8.18.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Simple Analytics
former visit counter
Umbraco v8.18.8
- Simple analytics to keep track of visits within the site (for page counters and such)
Simple Analytics Script
- A js script to track the visits of your site, grabs the node Id, the public IP address, and saves it to the database
- Connects to https://api.ipify.org?format=text to get the public IP address. You are free to change it.
- Uses the Lite version of the IP2Location BIN https://lite.ip2location.com to get location information
- Comes with a basic front-end example
Simple Analytics Dashboard
- Installs a Dashboard to both Content and Settings, to display a summary of the analytics information
- Displays Browser User Agent, Location, IP, and Duration of Visits
- Lists entry and exit Urls
- Basic widgets with useful information
Screenshots
Visit the Project Page in the Umbraco Community
Install via Nuget
Install-Package SplatDev.Umbraco.Plugins.SimpleAnalytics
Specs
- Creates a new Table
SympleAnaliticsVisits
Feedback is appreciated
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- Castle.LoggingFacility (>= 5.1.2)
- ClientDependency (>= 1.9.10)
- CsvHelper (>= 30.0.1)
- EntityFramework (>= 6.4.4)
- IP2Location.IPGeolocation (>= 8.10.1)
- LightInject (>= 5.4.0)
- Microsoft.AspNet.Mvc (>= 5.2.7)
- Microsoft.Bcl.AsyncInterfaces (>= 7.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 7.0.0)
- Microsoft.Extensions.Caching.Memory (>= 7.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
- Microsoft.Owin.Security (>= 4.0.1)
- Microsoft.Owin.Security.Cookies (>= 4.0.1)
- Microsoft.Owin.Security.OAuth (>= 4.0.1)
- Newtonsoft.Json (>= 13.0.3)
- Ng.UserAgentService (>= 1.1.2)
- Serilog (>= 2.10.0)
- System.Collections.Immutable (>= 1.7.1)
- System.Memory (>= 4.5.5)
- System.Numerics.Vectors (>= 4.5.0)
- System.Reflection.Emit (>= 4.6.0)
- System.Reflection.Emit.Lightweight (>= 4.6.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Tasks.Extensions (>= 4.5.4)
- System.ValueTuple (>= 4.5.0)
- UmbracoCms.Web (>= 8.18.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added package.manifest for Visit Counter