Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Taleo TEE - Applying Google Analytics
Summary
Code inserted produces an errorContent
We are attempting to insert the attached Google Analytics tracking code into the branding template for our external and mobile careers portals. We received an error and are unable to troubleshoot further as the errors did not reference specific lines in the code.
Code we inserted:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-4835103-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-4835103-2');
</script>
Error msg produced: "The template file "index html" contains the following XHTML errors: Content of SCRIPT tags must be enclosed in CDATA tags."
0