mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
FB CA
This commit is contained in:
parent
f9eb5ece69
commit
cd1cddb021
1 changed files with 22 additions and 1 deletions
|
@ -471,7 +471,28 @@
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- 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
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
Google analytics :-/ -->
|
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&ev=NoScript" />
|
||||||
|
</noscript>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_setAccount', 'UA-37500646-1']);
|
_gaq.push(['_setAccount', 'UA-37500646-1']);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue