From 988b3d476cda9cb80865407cb472ec8fffd06f89 Mon Sep 17 00:00:00 2001 From: jx2lee <63435794+jx2lee@users.noreply.github.com> Date: Wed, 28 Dec 2022 21:01:53 +0900 Subject: [PATCH] docs(google-analytics): Correct grammatical error in README.md (#6870) --- 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 567ce78e7533f..79b82bcc2a756 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`