Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gtm.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf124396d5f7346892885729baca7f7e559df2c4 (plain)
1
2
3
4
5
6
7
<% if production_and_default_branch? %>
  <%# Adds GTM only in production // leave this immediately after the opening the body tag%>
  <!-- Google Tag Manager (noscript) -->
  <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WZCXKT5"
  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->
<% end %>