-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8388f31
commit 13f1a56
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Use Plausible for website analytics | ||
|
||
- Status: accepted | ||
- Date: 2024-06-03 | ||
- Tags: analytics | ||
|
||
## Context and Problem Statement | ||
|
||
We need to choose an analytics solution for all our websites. The main options we are considering are Google Analytics and Plausible. We need to evaluate these options and make a decision. | ||
|
||
## Decision Drivers | ||
|
||
- Ease of implementation (time to implement) | ||
- Data privacy and compliance | ||
- Feature set | ||
- Performance | ||
|
||
## Considered Options | ||
|
||
- Google Analytics | ||
- Plausible | ||
|
||
A PoC was done with the Astro blog website, unfortunately Google Analytics was not working within the time limit and Plausible worked straight out of the box. | ||
|
||
## Decision Outcome | ||
|
||
Chosen option: "Plausible", because it provides a lightweight and privacy-focused analytics solution that was the fastest to implement. | ||
|
||
### Positive Consequences | ||
|
||
- Improved data privacy and compliance | ||
- Lightweight and fast-loading analytics script | ||
|
||
### Negative Consequences | ||
|
||
- Limited feature set compared to Google Analytics | ||
- Less integration options with other tools | ||
- Paid plans only. | ||
|
||
## Links | ||
|
||
- [Plausible website](https://plausible.io/) | ||
- [Google Analytics website](https://analytics.google.com/) |