From c4935364a571083b79714cb15d26152bc65d0f31 Mon Sep 17 00:00:00 2001
From: Shaimaa Natshah <shaimaa.natshah11@gmail.com>
Date: Tue, 25 Jul 2023 00:08:46 +0300
Subject: [PATCH] Issue #3376681: Add google analytics module

---
 composer.json   | 3 ++-
 webseo.info.yml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 74f3a81..dd95548 100755
--- a/composer.json
+++ b/composer.json
@@ -29,6 +29,7 @@
     "drupal/pathauto": "~1.0",
     "drupal/yoast_seo": "~1.0",
     "drupal/redirect": "~1.0",
-    "drupal/xmlsitemap": "~1.0"
+    "drupal/xmlsitemap": "~1.0",
+    "drupal/google_analytics":"~4.0.0"
   }
 }
\ No newline at end of file
diff --git a/webseo.info.yml b/webseo.info.yml
index e2d5255..8fe490f 100755
--- a/webseo.info.yml
+++ b/webseo.info.yml
@@ -18,4 +18,5 @@ dependencies:
   - schema_metatag:schema_web_page
   - schema_metatag:schema_web_site
   - xmlsitemap:xmlsitemap
-  - yoast_seo:yoast_seo 
+  - yoast_seo:yoast_seo
+  - google_analytics:google_analytics 
-- 
GitLab