This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 7daac92d61 Ansible: updating google analytics tracking id to GA4 one
7daac92d61 is described below
commit 7daac92d614f396fdb54cc906f0212bc83c0a682
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Jun 26 16:55:09 2023 -0400
Ansible: updating google analytics tracking id to GA4 one
---
.../ansible/inventories/scigap/production/host_vars/simccs/vars.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
index 86232af615..a94d7ccb3b 100644
--- a/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/host_vars/simccs/vars.yml
@@ -74,5 +74,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQDEuA1i
admin_emails: "[('SGRC', '[email protected]'), ('Kevin Ellett',
'[email protected]'),('Ashley Douds', '[email protected]')]"
portal_title: "SimCCS Portal"
-django_google_analytics_tracking_id: "UA-130065143-1"
+django_google_analytics_tracking_id: "G-WM162V9Q9X"
...