-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacquire-case_study.html
More file actions
41 lines (41 loc) · 1.55 KB
/
acquire-case_study.html
File metadata and controls
41 lines (41 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="build-date" content="2025-11-27 00:00:00" />
<title>Acquire Case Study - orderxaos</title>
<!-- Google Analytics -->
<script>
(function() {
var GA_ID = 'G-V91M07GD3B';
if (!GA_ID) {
console.warn('GA Measurement ID not set — skipping analytics');
return;
}
var host = window.location && window.location.hostname;
var isLocalHost = host === 'localhost' || host === '127.0.0.1' || host === '0.0.0.0';
var isFileProtocol = window.location && window.location.protocol === 'file:';
if (isLocalHost || isFileProtocol || window.__DISABLE_GA__ === true) {
console.info('Google Analytics disabled on this host:', host || '(unknown)');
return;
}
var s = document.createElement('script');
s.async = true;
s.src = 'https://www.googletagmanager.com/gtag/js?id=' + GA_ID;
document.head.appendChild(s);
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
window.gtag = gtag;
gtag('js', new Date());
gtag('config', GA_ID);
})();
</script>
<script type="module" crossorigin src="./assets/acquire-case_study.js"></script>
<link rel="modulepreload" crossorigin href="./assets/globalEdit_case-study.Cy4SDAo6.js">
<link rel="stylesheet" crossorigin href="./assets/globalEdit_case-study.CbMi5Hn7.css">
</head>
<body>
<div id="root"></div>
</body>
</html>