Google code prior to closing body tag
I have Google code for Remarketing ads I need to add to several pages of our site near the closing body tag. The code consists of one javascript, one link to an external javascript and <noscript> entry for those who have javascript turned off. I am able to add the majority of the code with the use of the javascript widget, however I cannot successfully ad the <noscript> content so it is included at the end of the javascript widget entries.
Anyone have suggestions on how I can accomplish this? Thanks!
Hello Steve,
True, Sitefintiy has a special widget where you can directly write javascript that needs to be outputted - the JavaScript widget located int he Scripts and Styles section of the toolbox.
You can proceed in the following manner:
1. Drop a ContentBlock on your page
2. In its HTML paste:
<!-- Google Tag Manager -->
<
noscript
>......
</
noscript
>