BRCAChallenge/brca-exchange

Update Google Analytics tags

melissacline opened this issue · 1 comments

From Google:
The Google tag is several lines of code that you need to paste into each webpage you want to measure:

... (several lines of code) ...

</script>

To add the Google tag to your webpages:

Copy the entire contents of the text box.
Paste it after the opening tag on each page you want to measure.

See further instructions at https://support.google.com/analytics/answer/1008080?utm_campaign=2021-q4-gbl-all-gafree&utm_source=google-growth&utm_medium=email&utm_content=ogt-upgrade-tag-reminder-refresh#zippy=%2Cin-this-article%2Cdynamic-website

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-30159111-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-30159111-4'); </script>

Further info:

Below is the Google tag for this account. Copy and paste it in the code of every page of your website, immediately after the element. Don’t add more than one Google tag to each page.

<script async src="https://www.googletagmanager.com/gtag/js?id=G-7S7CRB5RZJ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-7S7CRB5RZJ'); </script>