Created
March 14, 2017 19:17
-
-
Save peterbsmyth/9d8b98d0a37661934acf8890f1e1a304 to your computer and use it in GitHub Desktop.
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
<!-- Drip --> | |
<script type="text/javascript"> | |
var _dcq = _dcq || []; | |
var _dcs = _dcs || {}; | |
_dcs.account = '<YOUR_ACCOUNT_ID>'; | |
(function() { | |
var dc = document.createElement('script'); | |
dc.type = 'text/javascript'; dc.async = true; | |
dc.src = '//tag.getdrip.com/<YOUR_ACCOUNT_ID>.js'; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(dc, s); | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment