This is an automated email from the ASF dual-hosted git repository.

ako pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new a154cfe6 Add google analytics code (#249)
a154cfe6 is described below

commit a154cfe65714b436ab3ad96823fef6a2c932508b
Author: Muhammad Farrukh <[email protected]>
AuthorDate: Mon Jan 29 12:01:22 2024 +0500

    Add google analytics code (#249)
---
 src/components/Layout.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/components/Layout.js b/src/components/Layout.js
index 7aa4ba5d..a77dae80 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -32,6 +32,7 @@ const TemplateWrapper = ({ children }) => {
     gtag('js', new Date());
   
     gtag('config', 'G-VPCE2QF63F');
+    gtag('confif', 'G-XFVE1KJW91')
   };
 
   const titleNameMapper = () => {
@@ -67,6 +68,7 @@ const TemplateWrapper = ({ children }) => {
             <meta name="description" content={description} />
             {/* Global site tag (gtag.js) - Google Analytics */}
             <script async 
src="https://www.googletagmanager.com/gtag/js?id=G-VPCE2QF63F"; />
+            <scrip async 
src="https://www.googletagmanager.com/gtag/js?id=G-XFVE1KJW91"/>
             <meta name="google-site-verification" 
content="yl8xrMjtcZXVEZ0JqZ_H0s3YJ4hb8XwKMkCOdKoC3Jk" />
             <script>
                 {injectGA()}

Reply via email to