Hi,
Can we Integrate JIRA with Google analytics ? If there is any possible please let me know how it is to be done with a proper documentation
Hi Venu,
I hope you've already worked this out, but being as this post at the top of most SERPs, I figured I'd answer the question for others.
I'll answer for both on premise and for cloud...
You can add the Google Analytics javascript snippet to the Announcement Banner.
Make sure that you use the new GA4 style data collection snippet as this will automatically track updates to single page apps.
Choose Administration > System.
Select User Interface > Announcement banner in the System panel below.
Enter the snippet (where G-****** is your measurement ID):
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-******"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-******');
</script>
Select the required Visibility Level for the banner.
Click the Set Banner button.
You cannot add JavaScript in the same manner, so instead use an app from the Marketplace:
https://marketplace.atlassian.com/search?hosting=cloud&query=google%20analytics%20jira
There are currently 2 listed which provide tracking for Jira Cloud.
Note: My company "David Simpson Apps", provides Google Analytics in Jira & JSM.
Cheers, David.
HI Venu,
It is possible and here is some documentation to get started:
Adding JavaScript to all pages for Google Analytics
Putting Google Analytics to work with plugins for Confluence
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.