Skip to content

Commit 7f7a043

Browse files
committed
google tag manager
1 parent c34b984 commit 7f7a043

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

client/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta property="og:title" content="MyMaestro Sample Application" />
7-
<meta property="og:description" content="" />
7+
<meta property="og:description" content="Leverage the power of Docusign workflows with Maestro. MyMaestro showcases how the Maestro API can be used to create workflow definitions and trigger, cancel, and get status updates for workflow instances." />
88
<title>MyMaestro</title>
99
<link rel="icon" type="image/x-icon" href="./src/assets/img/favicon.png">
1010
</head>
1111
<body>
1212
<div id="root"></div>
1313
<script type="module" src="/src/main.jsx"></script>
14+
15+
<!-- Google Tag Manager -->
16+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WPK6FN5');</script>
17+
<!-- End Google Tag Manager -->
18+
1419
</body>
1520
</html>

0 commit comments

Comments
 (0)