Skip to content

Commit 239fb65

Browse files
Tag manager
1 parent a0c4638 commit 239fb65

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docs/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<!-- Google Tag Manager -->
5-
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
6-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
7-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
8-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
9-
})(window,document,'script','dataLayer','GTM-5XCC7HFV');</script>
10-
<!-- End Google Tag Manager -->
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17380820062"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'AW-17380820062');
12+
</script>
1113
<meta charset="UTF-8">
1214
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1315
<title>OpenAPI GUI Editor - Visual API Design Without Code</title>

0 commit comments

Comments
 (0)