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
#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

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

Imgur Imgur Imgur Imgur

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 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.

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
8.18.8.1 190 5/24/2023
2.0.0.6 254 3/29/2023
2.0.0.5 262 3/29/2023

Added package.manifest for Visit Counter