From 14d3cf07945da9f820d7cb5883abcee8f31673b0 Mon Sep 17 00:00:00 2001 From: Leslie Lau Date: Mon, 24 Aug 2026 14:34:47 -0400 Subject: [PATCH 1/2] Add Server Side Metrics Type limitations --- .../experimentation/creating-and-managing-metrics.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/platform/experimentation/creating-and-managing-metrics.md b/docs/platform/experimentation/creating-and-managing-metrics.md index bb8678ed..eab33f0c 100644 --- a/docs/platform/experimentation/creating-and-managing-metrics.md +++ b/docs/platform/experimentation/creating-and-managing-metrics.md @@ -6,6 +6,8 @@ sidebar_position: 2 :::info Metrics are available to all customers on any plan and rely on **Custom Events** that must be sent to DevCycle. All plans come with an included amount of free events. When exceeded, additional costs will be incurred. To learn more, read about our [pricing](https://devcycle.com/pricing), or [contact us](mailto:support@devcycle.com). + +Note: Server-side Metrics are limited to specific Metrics types. See more about [Metrics types](platform/experimentation/creating-and-managing-metrics#types) in it's section. ::: This article explains how to create, define, and manage all of the Metrics in a Project. @@ -62,7 +64,9 @@ To set up a Metric, the following items are needed: ### Types -When making a Metric, the types of Metrics will contain a small definition +There are different methods of calculating results and Metric Types allow you to select the type of calculation that you'd like to produce. + +*Note: Per-User Metric Types cannot be used with server-side implementations.* ![Type Definitions](/create-metric-descriptions.png) From 8aa5bf0990cbb5a635de194ff11b67b10095334e Mon Sep 17 00:00:00 2001 From: Leslie Lau Date: Mon, 24 Aug 2026 15:26:19 -0400 Subject: [PATCH 2/2] Fix link to types --- docs/platform/experimentation/creating-and-managing-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/experimentation/creating-and-managing-metrics.md b/docs/platform/experimentation/creating-and-managing-metrics.md index eab33f0c..58d34562 100644 --- a/docs/platform/experimentation/creating-and-managing-metrics.md +++ b/docs/platform/experimentation/creating-and-managing-metrics.md @@ -7,7 +7,7 @@ sidebar_position: 2 :::info Metrics are available to all customers on any plan and rely on **Custom Events** that must be sent to DevCycle. All plans come with an included amount of free events. When exceeded, additional costs will be incurred. To learn more, read about our [pricing](https://devcycle.com/pricing), or [contact us](mailto:support@devcycle.com). -Note: Server-side Metrics are limited to specific Metrics types. See more about [Metrics types](platform/experimentation/creating-and-managing-metrics#types) in it's section. +Note: Server-side Metrics are limited to specific Metrics types. See [Metrics types](/platform/experimentation/creating-and-managing-metrics#types) below. ::: This article explains how to create, define, and manage all of the Metrics in a Project.