How to Add Google Analytics Tracking Code

This article will guide you through adding Google Analytics tracking code to your site.

Accessing Your Organization Profile

1. Log in to your Member365 Administrator Dashboard.

2. In the upper-right, click 'Configuration‘.

Configuration_Menu.png

3. In the section marked ‘Organization Profile’, click ‘Setup‘.

4. Next to ‘Google Analytics’, click ‘Manage‘.

Adding Google Analytics Code

The next steps assume that you have already created a Google Analytics account.

5. Follow the instructions under ‘Find your tracking ID’ on this page to retrieve your Google Analytics Tracking ID.

6. Copy the following text into the area indicated by the blue box in the next image:

<!– Global Site Tag (gtag.js) – Google Analytics –>
<script async src=“https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID”></script>
<script>
window
.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag
(‘js’, new Date());

gtag(‘config’, ‘GA_TRACKING_ID’);
</script>

7. Replace “GA_TRACKING_ID” (but leave the quote marks in the code alone!) with the ID you retrieved in step 5.

8. Click ‘Save‘.

Congratulations, you have added Google Analytics tracking code to your Member Portal!

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.