From 35e2b990ddce32f20fb87ee1b4f8e8315bc37133 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:48:08 -0300 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: LarĂ­cia Mota --- docs/faststore/docs/sdk/analytics/send-analytics-event.mdx | 2 +- docs/faststore/docs/sdk/analytics/use-analytics-event.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ }