I am supposed to add the following script to a JA Wall site:
<script type=”text/javascript”>
(function() {
if(location.host.indexOf(‘rztrkr’)===-1){
var rz = document.createElement(‘script’); rz.type = ‘text/javascript’; rz.async = true;
rz.src = (‘https:’ == document.location.protocol ? ‘https://www’ : ‘http://www’) + ‘.rztrkr.com/track/return-tracking/’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(rz, s);
}})();
</script>
The instruction from the script provider is:
Copy and paste the following code and place it at the top of the page, just inside the head tag.
To work correctly, this should be placed before any other JavaScript or CSS includes.
Please tell me which file to edit and where within that file do I paste this script so that it appears within the HEAD tag of each page of the site.
Thanks for your time.
Michael