Skip to content

Instantly share code, notes, and snippets.

@agustinhaller
Created May 15, 2013 17:45
Show Gist options
  • Select an option

  • Save agustinhaller/5585862 to your computer and use it in GitHub Desktop.

Select an option

Save agustinhaller/5585862 to your computer and use it in GitHub Desktop.
facebook conversion stuff
/******************************************************************************************************/
/************************************** FACEBOOK CONVERSION STUFF **************************************/
/******************************************************************************************************/
var asuntos_fb_pixel_id = 6008163913304,
relaciones_fb_pixel_id = 6008163930504,
graduados_fb_pixel_id = 6008164203504,
fb_value = '0.00',
function fb_conv(fb_pixel_id)
{
var url = 'https://www.facebook.com/offsite_event.php?id='+fb_pixel_id+'&value=0';
var img = new Image(1,1);
img.src = url;
}
fb_conv(asuntos_fb_pixel_id);
fb_conv(relaciones_fb_pixel_id);
fb_conv(graduados_fb_pixel_id);
/******************************************************************************************************/
/******************************************************************************************************/
/******************************************************************************************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment