This commit is contained in:
parent
9268a94fb0
commit
c8600fc92d
38
index.html
38
index.html
@ -1,25 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
||||||
<script
|
|
||||||
async=""
|
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=G-BNVKSB6DVW"
|
|
||||||
></script>
|
|
||||||
<script
|
<script
|
||||||
defer
|
defer
|
||||||
data-domain="nycbookstores.org"
|
data-domain="nycbookstores.org"
|
||||||
src="https://stats.yetaga.in/js/script.hash.outbound-links.js"
|
src="https://stats.yetaga.in/js/script.hash.outbound-links.js"
|
||||||
></script>
|
></script>
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag() {
|
|
||||||
dataLayer.push(arguments);
|
|
||||||
}
|
|
||||||
gtag("js", new Date());
|
|
||||||
|
|
||||||
gtag("config", "G-BNVKSB6DVW");
|
|
||||||
</script>
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
<title>
|
<title>
|
||||||
@ -929,29 +915,5 @@
|
|||||||
document.getElementById("viewInfo").addEventListener("click", showInfo);
|
document.getElementById("viewInfo").addEventListener("click", showInfo);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script>
|
|
||||||
(function (i, s, o, g, r, a, m) {
|
|
||||||
i["GoogleAnalyticsObject"] = r;
|
|
||||||
(i[r] =
|
|
||||||
i[r] ||
|
|
||||||
function () {
|
|
||||||
(i[r].q = i[r].q || []).push(arguments);
|
|
||||||
}),
|
|
||||||
(i[r].l = 1 * new Date());
|
|
||||||
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
|
|
||||||
a.async = 1;
|
|
||||||
a.src = g;
|
|
||||||
m.parentNode.insertBefore(a, m);
|
|
||||||
})(
|
|
||||||
window,
|
|
||||||
document,
|
|
||||||
"script",
|
|
||||||
"https://www.google-analytics.com/analytics.js",
|
|
||||||
"ga"
|
|
||||||
);
|
|
||||||
|
|
||||||
ga("create", "UA-100418882-1", "auto");
|
|
||||||
ga("send", "pageview");
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user