Skip to content

Commit 67acd60

Browse files
committed
test google tags
1 parent bbf8690 commit 67acd60

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

docs/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ <h2 id="Introduction"><a class="anchor" href="#Introduction"></a>1. Introduction
282282
<div class="paragraph">
283283
<p>This is a community-based project, not maintained by the Spring Framework Contributors (Pivotal).</p>
284284
</div>
285+
<!-- Google Tag Manager (noscript) -->
286+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCFZ6F9G"
287+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
288+
<!-- End Google Tag Manager (noscript) -->
289+
285290
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8127371937306964"
286291
crossorigin="anonymous"></script>
287292
<!-- HEADER2 -->
@@ -4632,6 +4637,14 @@ <h3 id="some-parameters-are-not-generated-in-the-resulting-openapi-spec"><a clas
46324637
gtag('js', new Date());
46334638
gtag('config', 'G-1GEGWXWNH4');
46344639
</script>
4640+
4641+
<!-- Google Tag Manager -->
4642+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
4643+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
4644+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
4645+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
4646+
})(window,document,'script','dataLayer','GTM-KCFZ6F9G');</script>
4647+
<!-- End Google Tag Manager -->
46354648
</div>
46364649
</div>
46374650
</div>

docs/intro.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ <h2 id="Introduction"><a class="anchor" href="#Introduction"></a>Introduction</h
7676
<div class="paragraph">
7777
<p>This is a community-based project, not maintained by the Spring Framework Contributors (Pivotal).</p>
7878
</div>
79+
<!-- Google Tag Manager (noscript) -->
80+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCFZ6F9G"
81+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
82+
<!-- End Google Tag Manager (noscript) -->
83+
7984
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8127371937306964"
8085
crossorigin="anonymous"></script>
8186
<!-- HEADER2 -->
@@ -93,7 +98,7 @@ <h2 id="Introduction"><a class="anchor" href="#Introduction"></a>Introduction</h
9398
</div>
9499
<div id="footer">
95100
<div id="footer-text">
96-
Last updated 2024-06-18 01:16:28 +0200
101+
Last updated 2024-08-21 13:17:58 +0200
97102
</div>
98103
</div>
99104
</div>

docs/v1/index.html

+8
Original file line numberDiff line numberDiff line change
@@ -4396,6 +4396,14 @@ <h3 id="why-am-i-getting-an-error-swagger-ui-unable-to-render-definition-when-ov
43964396
gtag('js', new Date());
43974397
gtag('config', 'G-1GEGWXWNH4');
43984398
</script>
4399+
4400+
<!-- Google Tag Manager -->
4401+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
4402+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
4403+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
4404+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
4405+
})(window,document,'script','dataLayer','GTM-KCFZ6F9G');</script>
4406+
<!-- End Google Tag Manager -->
43994407
</div>
44004408
</div>
44014409
</div>

src/docs/asciidoc/docinfo-footer.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,12 @@
3535
});
3636
gtag('js', new Date());
3737
gtag('config', 'G-1GEGWXWNH4');
38-
</script>
38+
</script>
39+
40+
<!-- Google Tag Manager -->
41+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
42+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
43+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
44+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
45+
})(window,document,'script','dataLayer','GTM-KCFZ6F9G');</script>
46+
<!-- End Google Tag Manager -->

src/docs/asciidoc/intro.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ image::img/spring-io-24.png[spring.io conference]
2727
This is a community-based project, not maintained by the Spring Framework Contributors (Pivotal).
2828

2929
++++
30+
<!-- Google Tag Manager (noscript) -->
31+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KCFZ6F9G"
32+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
33+
<!-- End Google Tag Manager (noscript) -->
34+
3035
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8127371937306964"
3136
crossorigin="anonymous"></script>
3237
<!-- HEADER2 -->

0 commit comments

Comments
 (0)