AusDTO / gov-au-beta

User facing frontend to the GOV.AU content site.
MIT License
10 stars 6 forks source link

SITES-680 Move GTM to body #479

Closed gordcorp closed 8 years ago

gordcorp commented 8 years ago

GA is supposed to be put in <head>, but GTM is supposed to go in <body>. I think I originally did this wrong as during implementation of GTM I was experimenting with both GA and GTM trying to get turbolinks working. The GTM <noscript> tag is probably ignored when in <head>, so it's worth fixing.

maxious commented 8 years ago

LGTM

tessereth commented 8 years ago

LGTM