Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Integrating Google Analytics 4 into Taleo Brand File Extension

Ben DurnellMay 3 2024

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.

This post has been answered by Ben Durnell on May 3 2024
Jump to Answer
Comments
Post Details
Added on May 3 2024
2 comments
198 views