diff --git a/apps/docs/docs/reference/sdk/Analytics.md b/apps/docs/docs/reference/sdk/Analytics.md index 1f7a865d1e..8059373033 100644 --- a/apps/docs/docs/reference/sdk/Analytics.md +++ b/apps/docs/docs/reference/sdk/Analytics.md @@ -1,3 +1,7 @@ +--- +id: analytics +--- + # Analytics module The analytics module lets you manage events in a simple way. You send an event using this module, the event is wrapped and then sent to the window over standard `postMessage` calls, which share the event only with the website's origin. This module provides a React Hook so it's possible to intercept the fired events. can be received via event listeners.