We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Below is the G4 tracking code that needs to be placed on the Public sans website. Place the code right AFTER the HTML element. (use this resource for more info)
Currently the above mentioned code is not on the site as far as I can tell. Furthermore, the code that IS on the site is not in the correct place.
The code should be placed right after the element for proper tracking.
No response
The text was updated successfully, but these errors were encountered:
This needs to be fixed ASAP.
Sorry, something went wrong.
@amycole501 confirming that the GA4 tracking code on develop is in the correct place and this this will be resolved once #292 gets merged.
develop
Closing as it this work was done in #292.
mejiaj
Successfully merging a pull request may close this issue.
Describe the bug
Below is the G4 tracking code that needs to be placed on the Public sans website. Place the code right AFTER the HTML element. (use this resource for more info)
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HBYXWFP794"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', ' gtag('config', 'G-HBYXWFP794'); </script>Steps to reproduce the bug
Currently the above mentioned code is not on the site as far as I can tell. Furthermore, the code that IS on the site is not in the correct place.
Expected Behavior
The code should be placed right after the element for proper tracking.
Related code
No response
Screenshots
No response
System setup
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: