Hi all,
We are working toward launching a new Taleo instance soon, and we're having trouble with adding Google Analytics 4 to the site using the branding file extension that Oracle uploads.
We have some existing javascript in a branding file extension that we're using to fix some accessibility and usability issues, which works great, but whenever we add the GA4 stuff the entire site breaks. The only thing that loads is the HTML doctype.
The only change is adding the following to the scripts.include:
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=[ourtagid]"></script>
<script src="theme/js/google-analytics.js"></script>
Does anyone know if this is a known issue, or if I'm doing something wrong? Is there a best practice for integrating GA4 into Taleo?
Troubleshooting this has been very frustrating as everything has to go through Oracle support and they are slow as molasses.