Skip to content

Commit

Permalink
OPEN-2707: Make sure the GA4 tag is passed to the RAMP viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
thriuin committed Aug 8, 2023
1 parent d943c88 commit 498333d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ramp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get(self, request: HttpRequest, lang='en', keys=''):
"ADOBE_ANALYTICS_URL": settings.ADOBE_ANALYTICS_URL,
"GOOGLE_ANALYTICS_GTM_ID": settings.GOOGLE_ANALYTICS_GTM_ID,
"GOOGLE_ANALYTICS_PROPERTY_ID": settings.GOOGLE_ANALYTICS_PROPERTY_ID,

"GOOGLE_ANALYTICS_GA4_ID": settings.GOOGLE_ANALYTICS_GA4_ID,
}

# Get the configured RAMP URLs
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Unidecode==1.3.6
uWSGI==2.0.19.1; sys_platform == 'linux'
#git+https://github.com/thriuin/SolrClient.git@master

redis==3.5.4 # not directly required, but cannot use the latest as suggested by Snyk due to incompatability with django-redis-cache
redis==3.5.3 # not directly required, but cannot use the latest as suggested by Snyk due to incompatability with django-redis-cache
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 498333d

Please sign in to comment.