You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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,
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.