Implementing Google Tag Manager (GTM)

This forum is for all Flare issues not related to any of the other categories.
Post Reply
jritter
Jr. Propeller Head
Posts: 1
Joined: Mon Apr 18, 2016 1:03 pm

Implementing Google Tag Manager (GTM)

Post by jritter »

I'm having trouble implementing Google Tag Manager properly so I can see results in our Google Analytics account.

I added this tag into the Master Page using Insert > Script, and then moving it into the head.
2017-12-07_13-24-54.png
But, when I publish, the code looks like this:
2017-12-07_13-24-54.png
And, the website now displays this code: /*]]>'/
2017-12-07_13-24-54.png
Something must be incorrect, because GA is not displaying anything. Has anybody else successfully implementing GTM in Flare?
You do not have the required permissions to view the files attached to this post.
NorthEast
Master Propellus Maximus
Posts: 6359
Joined: Mon Mar 05, 2007 8:33 am

Re: Implementing Google Tag Manager (GTM)

Post by NorthEast »

The insert > script in Flare is to insert javascript.

But your GTM example isn't just javascript - it is HTML code with Javascript. If you look at it, it already has the <noscript> and <script> tags.

Insert the GTM example code in your master page (in text view), not as a script.
Post Reply