Google Analytics for Eclipse Kuksa
Summary
We would like to enable Google Analytics for the website of Eclipse Kuksa in a similar fashion like it was done in #1608 (closed) for Eclipse Velocitas.
My current approach would be to add the following snippet to each website for the consent banner and the GA tag manager and get in contact with @paulinagueorguieva regarding the results.
- Am I missing something in my approach?
- Can I reuse the tag 'GTM-5WLCZXC' or should I use another value?
- We would also like to enable GA for the Eclipse Leda website. Should I open another issue for that project or is it enough to simply re-use the code snippet?
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/css/vendor/cookieconsent/cookieconsent.min.css" />
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/js/vendor/cookieconsent/default.min.js"></script>
Steps to reproduce
(How one can reproduce the issue - this is very important)
What is the current bug behavior?
(What actually happens)
What is the expected correct behavior?
Project team as access to results of Google Analytics for Eclipse Kuksa website.
(What you should see instead)
Relevant logs and/or screenshots
(Add a link to or paste any relevant logs - please use code blocks (```) to format console output, logs, and code, as it's very hard to read otherwise.)
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
(What is the impact of this issue? Is it blocking a release? Are there any time constraints?, for example: "We have a release tomorrow")