From 48d317e3397f9a8c7483df1f113f708175ccc0d2 Mon Sep 17 00:00:00 2001 From: hirale <22028058+hirale@users.noreply.github.com> Date: Mon, 10 Jun 2024 21:16:16 +0200 Subject: [PATCH] docs: add dependency notice --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 365f5ac..63d049e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ You can check more events in the [events section](https://developers.google.com/ ## Install +> [!NOTE] +> This module depends on [`openmage-redis-queue`](https://github.com/hirale/openmage-redis-queue). It has been added to composer requirements. + ### Install with [Magento Composer Installer](https://github.com/Cotya/magento-composer-installer) ```bash @@ -35,9 +38,6 @@ composer require hirale/openmage-ga4-measurement ### Setup -> [!NOTE] -> This module depends on [`openmage-redis-queue`](https://github.com/hirale/openmage-redis-queue). It has been added to composer requirements. - 1. Generate an API SECRET in the Google Analytics UI. To create a new secret, navigate to `Admin > Data Streams > choose your stream > Measurement Protocol > Create`. 2. Get measurement ID associated with a stream, found in the Google Analytics UI under `Admin > Data Streams > choose your stream > Measurement ID`. 3. Go to openmage system config `System > Configuration > Sales > Google API > Measurement Protocol`. Insert the parameters from step 1 and 2, save.