Skip to content

Commit

Permalink
Closes pcottle#696 -- remove FB pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cottle committed Apr 28, 2020
1 parent 232dbb4 commit 76a61ec
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions src/template.index.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,29 +456,7 @@ <h2>

<!-- The advantage of github pages: super-easy, simple, slick static hostic.
The downside? No raw logs to parse for analytics, so I have to include
Google analytics :-/ Also FB custom audiences-->
<script>
(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement('script');
fbds.async = true;
fbds.src = '//connect.facebook.net/en_US/fbds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
_fbq.push(['addPixelId', '1376649522580546']);
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', 'PixelInitialized', {}]);
</script>
<noscript>
<img height="1" width="1" border="0" alt="" style="display:none"
src="https://www.facebook.com/tr?id=1376649522580546&amp;ev=NoScript"
/>
</noscript>

Google analytics :-/ -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37500646-1']);
Expand Down

0 comments on commit 76a61ec

Please sign in to comment.