Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-person committed Dec 25, 2021
1 parent 64b98f1 commit cc2b413
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.15/css/intlTelInput.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.15/js/intlTelInput.min.js"></script>
<link rel="stylesheet" href="style.css" />

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-61405225-16"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-61405225-16');
</script>
</head>

<body>
Expand All @@ -30,9 +39,11 @@ <h5>View GitHub source <a href="https://github.com/binary-person/should-i-call-b
<div class="data-container" style="display: none">
<p id="analysis"></p>
<div class="search-container">
Regardless, it's a good idea to search Google for these phone numbers to check if it belongs to a valid business:
Regardless, it's a good idea to search Google for these phone numbers to check if it belongs to a valid
business:
<div>
Click on the links to Google <a href="#" id="national-format-link" class="search-btn" target="_blank">+13334445555</a> or
Click on the links to Google <a href="#" id="national-format-link" class="search-btn"
target="_blank">+13334445555</a> or
<a href="#" id="e164-format-link" class="search-btn" target="_blank">(333) 444-5555</a>
</div>
</div>
Expand Down

0 comments on commit cc2b413

Please sign in to comment.