From a83a4d42fca422a29b30580d6fd4a037385fef14 Mon Sep 17 00:00:00 2001 From: goenning Date: Sun, 2 Apr 2023 13:23:04 +0100 Subject: [PATCH] add note --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc997ff..742d263 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ # JavaScript SDK for Aptabase -This plugin allows you to instrument your app with events that can be analyzed in Aptabase, a privacy-first analytics platform for Desktop and Mobile apps. +This plugin allows you to instrument your web app with events that can be analyzed in Aptabase, a privacy-first analytics platform for Desktop and Mobile apps. + +> IMPORTANT: This SDK is for **Web Applications**, not websites. There's a subtle, but important difference. A web app is often a lot more interactive and does not cause a full page reload when the user interacts with it. It's often called a **Single-Page Application**. A website, on the other hand, is a lot more content-focused like marketing sites, landing pages, blogs, etc. While you can certainly use Aptabase to track events on websites, please be aware that each page reload will be considered a new session. ## Install