From a48d6af7e4bdde5c89cdf14a03dd3421c139c985 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 8 Feb 2022 14:37:18 +0100 Subject: [PATCH] fix: fix google analytics link --- website/docs/how-to/how-to-send-impression-data-to-a-sink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/how-to/how-to-send-impression-data-to-a-sink.md b/website/docs/how-to/how-to-send-impression-data-to-a-sink.md index 93e4bc9ecc..702c7f0a45 100644 --- a/website/docs/how-to/how-to-send-impression-data-to-a-sink.md +++ b/website/docs/how-to/how-to-send-impression-data-to-a-sink.md @@ -2,7 +2,7 @@ title: How to send impression data to a sink --- -Unleash allows you to gather [**impression data**](../advanced/impression-data.md) from your feature toggles, giving you complete visibility into who checked what toggles and when. What you do with this data is entirely up to you, but a common use case is to send it off to an aggregation and analytics service such as [Google Analytics](analytics.google.com/) or [Posthog](https://posthog.com/). +Unleash allows you to gather [**impression data**](../advanced/impression-data.md) from your feature toggles, giving you complete visibility into who checked what toggles and when. What you do with this data is entirely up to you, but a common use case is to send it off to an aggregation and analytics service such as [Google Analytics](https://analytics.google.com/) or [Posthog](https://posthog.com/). This guide will take you through everything you need to do in Unleash to facilitate such a workflow. It will show you how to send data to Google Analytics (and Posthog?) as an example sink, but the exact same principles will apply to any other service of the same kind.