From 59b004384f6ffbbbf92ad158b08357d7e03228bc Mon Sep 17 00:00:00 2001 From: jx2lee Date: Wed, 28 Dec 2022 14:40:47 +0900 Subject: [PATCH] fix typo --- datahub-web-react/src/app/analytics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datahub-web-react/src/app/analytics/README.md b/datahub-web-react/src/app/analytics/README.md index 567ce78e7533f1..79b82bcc2a7569 100644 --- a/datahub-web-react/src/app/analytics/README.md +++ b/datahub-web-react/src/app/analytics/README.md @@ -50,7 +50,7 @@ const config: any = { **Disclaimers** -- This plugin requires use of Univeral Analytics and does not yet support GA4. To create a Universal Analytics Property, follow [this guide](https://www.analyticsmania.com/other-posts/how-to-create-a-universal-analytics-property/). +- This plugin requires use of Universal Analytics and does not yet support GA4. To create a Universal Analytics Property, follow [this guide](https://www.analyticsmania.com/other-posts/how-to-create-a-universal-analytics-property/). - Google Analytics lacks robust support for custom event properties. For that reason many of the DataHub events discussed above will not be fully populated. Instead, we map certain fields of the DataHub event to the standard `category`, `action`, `label` fields required by GA. 1. Open `datahub-web-react/src/conf/analytics.ts`