Skip to content

Commit 05ee2ce

Browse files
authored
Merge pull request #28 from docusign/DEVDOCS-13995
OG tags and GA tags
2 parents 35f0644 + 7f7a043 commit 05ee2ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

client/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta property="og:title" content="MyMaestro Sample Application" />
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." />
68
<title>MyMaestro</title>
79
<link rel="icon" type="image/x-icon" href="./src/assets/img/favicon.png">
810
</head>
911
<body>
1012
<div id="root"></div>
1113
<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+
1219
</body>
1320
</html>

0 commit comments

Comments
 (0)