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

analytics.html « layouts - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f18097f5fca8cfae29778e626a0683206f59bc1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<% if production_and_default_branch? %>
<!-- Facebook -->
<script src="<%= @items['/assets/javascripts/facebook_analytics.*'].path %>"></script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1689559637958103&ev=PageView&noscript=1"
/></noscript>

<!-- Marketo -->
<script src="<%= @items['/assets/javascripts/marketo_analytics.*'].path %>"></script>

<!-- Bizible -->
<script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async=""></script>

<!-- Global site tag (gtag.js) - Google Ads: 923339191 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-923339191"></script>
<script src="<%= @items['/assets/javascripts/gtag_analytics.*'].path %>"></script>

<!-- Linkedin -->
<script src="<%= @items['/assets/javascripts/linkedin_analytics.*'].path %>"></script>
<noscript>
  <img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=30694&fmt=gif" />
</noscript>
<% end %>