From 605a9b7d643dd3a36d95834632ac46d5a9e4f115 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 29 Jun 2025 13:47:34 +0200 Subject: [PATCH] docs: Add concept for integrating download platforms to FancyAnalytics --- ...inecraft-download-paltform-integrations.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/src/product-direction/concepts/fancyanalytics/minecraft-download-paltform-integrations.md diff --git a/docs/src/product-direction/concepts/fancyanalytics/minecraft-download-paltform-integrations.md b/docs/src/product-direction/concepts/fancyanalytics/minecraft-download-paltform-integrations.md new file mode 100644 index 00000000..11a283e0 --- /dev/null +++ b/docs/src/product-direction/concepts/fancyanalytics/minecraft-download-paltform-integrations.md @@ -0,0 +1,22 @@ +# Minecraft Download Platform Integrations + +Being able to see metrics like downloads, views and revenue for Minecraft plugins is crucial for developers to understand their audience and improve their products. +This document outlines the integration of Minecraft download platforms with FancyAnalytics to provide these insights. + +Normally, when a plugin developer wants to see how many downloads their plugin has, they have to go to each platform individually and check the stats. +Having all this data in one place makes it much easier to analyze and make decisions based on the data. +This data can also be used to compare the performance of different plugins across platforms. + +There should be metrics for views and downloads, as well as revenue (on Modrinth). + +## Supported Platforms + +- **Modrinth**: + - Has analytics endpoints that provide downloads, views and revenue data + - The endpoints aren't documented, but can be found in the source code +- **Hangar**: + - Has an API that provides downloads and views data + - The endpoints are documented +- **Jenkins**: + - Quite many dev builds aree + - Has no API, but can be done with plugins \ No newline at end of file