diff --git a/docs/faststore/docs/sdk/analytics/send-analytics-event.mdx b/docs/faststore/docs/sdk/analytics/send-analytics-event.mdx index 2ff977521d..d384641e59 100644 --- a/docs/faststore/docs/sdk/analytics/send-analytics-event.mdx +++ b/docs/faststore/docs/sdk/analytics/send-analytics-event.mdx @@ -2,7 +2,7 @@ title: "sendAnalyticsEvent" --- -The `sendAnalyticsEvent` function triggers events in the browser, following the [Google Analytics 4 (GA4) data model](https://developers.google.com/analytics/devguides/collection/ga4/reference/events). This function is primarily used for ecommerce tracking but also supports custom events , serving as a centralized point for managing events +The `sendAnalyticsEvent` function triggers events in the browser, following the [Google Analytics 4 (GA4) data model](https://developers.google.com/analytics/devguides/collection/ga4/reference/events). This function is primarily used for ecommerce tracking but also supports custom events, serving as a centralized point for managing events. { /* Remember to add a link to 'custom events' once we have the following task done: EDU-13545 */ } diff --git a/docs/faststore/docs/sdk/analytics/use-analytics-event.mdx b/docs/faststore/docs/sdk/analytics/use-analytics-event.mdx index 36e102a443..67166ad483 100644 --- a/docs/faststore/docs/sdk/analytics/use-analytics-event.mdx +++ b/docs/faststore/docs/sdk/analytics/use-analytics-event.mdx @@ -2,7 +2,7 @@ title: "useAnalyticsEvent" --- -The `useAnalyticsEvent` hook intercepts both native and custom events triggered by the [`sendAnalyticsEvent`](https://developers.vtex.com/docs/guides/faststore/analytics-send-analytics-event) function. The hook automatically detects the events sent by `sendAnalyticsEvent`) and provides a response to them. +The `useAnalyticsEvent` hook intercepts both native and custom events triggered by the [`sendAnalyticsEvent`](https://developers.vtex.com/docs/guides/faststore/analytics-send-analytics-event) function. The hook automatically detects the events sent by `sendAnalyticsEvent` and provides a response to them. { /* Remember to add a link to 'custom events' once we have the following task done: EDU-13545 */ }