-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from CityOfPhiladelphia/main
adds Microsoft Clarity for more analytics
- Loading branch information
Showing
2 changed files
with
86 additions
and
97 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Google Tag Manager [phila.gov] --> | ||
<!-- Google Tag Manager --> | ||
<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-MC6CR2');</script> | ||
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-MC6CR2'); | ||
</script> | ||
<!-- End Google Tag Manager --> | ||
<!-- Microsoft Clarity [phila.gov] --> | ||
<script type="text/javascript"> | ||
(function(c,l,a,r,i,t,y){ | ||
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; | ||
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; | ||
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); | ||
})(window, document, "clarity", "script", "4l8dhsl6kn"); | ||
</script> | ||
<!-- End Microsoft Clarity [phila.gov] --> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<link rel="shortcut icon" type="image/x-icon" href="https://standards.phila.gov/img/favicon.png"> | ||
<title>Resources for immigrants</title> | ||
</head> | ||
<body> | ||
<!-- Google Tag Manager [phila.gov] [no-script] --> | ||
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MC6CR2" | ||
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
<!-- Google Tag Manager (noscript) --> | ||
<noscript> | ||
<!-- End Google Tag Manager [phila.gov] [no-script] --> | ||
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MC6CR2" height="0" width="0" style="display:none;visibility:hidden"></iframe> | ||
</noscript> | ||
<!-- End Google Tag Manager (noscript) --> | ||
<noscript> | ||
<strong>We're sorry but this application doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
|
||
<!-- JS: Cyclomedia --> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react-dom.min.js"></script> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/ol3/4.1.0/ol.js"></script> | ||
<script src="//s3.amazonaws.com/cyclomedia-mapboard/cyclomedia-mapboard.js"></script> | ||
</body> | ||
</html> |