diff --git a/website/docs/how-to/how-to-capture-impression-data.mdx b/website/docs/how-to/how-to-capture-impression-data.mdx index 6a16ef2e14b..bdfeeb486fd 100644 --- a/website/docs/how-to/how-to-capture-impression-data.mdx +++ b/website/docs/how-to/how-to-capture-impression-data.mdx @@ -2,6 +2,7 @@ title: How to capture impression data --- import ApiRequest from '@site/src/components/ApiRequest' +import VideoContent from '@site/src/components/VideoContent.jsx' :::info Placeholders Placeholders in code samples below are delimited by angle brackets (i.e. ``). You will need to replace them with the values that are correct in _your_ situation for the code samples to run properly. @@ -11,6 +12,9 @@ Unleash allows you to gather [**impression data**](../advanced/impression-data.m 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 Posthog as an example sink, but the exact same principles will apply to any other service of the same kind. + +This content in this guide is also available in video format. + ## Prerequisites