Tue Oct 11 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
/*****************************************************************************************
		FACEBOOK CUSTOM AUDIENCES PIXEL (Website Custom Audience Demo Lead Audience pixel with id=1391109851150037)
			owner: Cesar
			purpose: Create a FB custom audience for demo sign-ups
			added: Sept 10, 2015
		*****************************************************************************************/
		try{
			(function facebookCustomAudiencesPixel() {
				var img = document.createElement('img');
				img.width = 1;
				img.height = 1;
				img.alt = '';
				img.style = 'display:none';
				img.src = 'https://www.facebook.com/tr?id=1391109851150037&ev=PageView&noscript=1';
				document.body.appendChild(img);
				
				console.log('sept 10 2015 facebook custom audience pixel fired'); // safe console.log for debugging (not part of the pixel)
			})();
		}
		catch(e){
			console.log('sept 10 2015 facebook custom audience demo pixel caused an error');
		}