Created
February 17, 2022 15:17
-
-
Save jackcompton/5edf2705e81f83a7494d1a2315f443a9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-126190-1']); | |
_gaq.push(['_setDomainName', 'capterra.com']); | |
_gaq.push(['_setCustomVar', 1, 'Author', 'Barkha Bali', 3]); | |
_gaq.push(['_setCustomVar', 2, 'Length', 'Long', 3]); | |
_gaq.push(['_setCustomVar', 3, 'Category', 'Small Business Trends', 3]); | |
(function() { | |
var ga = document.createElement('script'); | |
ga.type = 'text/javascript'; | |
ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(ga, s); | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment