Skip to content

Commit

Permalink
docs: Add how-to video for impression data
Browse files Browse the repository at this point in the history
This change adds a video to the impression data how-to guide
  • Loading branch information
thomasheartman committed Feb 17, 2022
1 parent 6d8f401 commit f5c7f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/how-to/how-to-capture-impression-data.mdx
Expand Up @@ -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. `<placeholder-name>`). You will need to replace them with the values that are correct in _your_ situation for the code samples to run properly.
Expand All @@ -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.

<VideoContent videoUrls={["https://www.youtube.com/embed/bxYdeMb9ffw"]}>
This content in this guide is also available in video format.
</VideoContent>

## Prerequisites

Expand Down

0 comments on commit f5c7f3a

Please sign in to comment.