Created
May 15, 2013 17:45
-
-
Save agustinhaller/5585862 to your computer and use it in GitHub Desktop.
facebook conversion stuff
This file contains hidden or 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
| /******************************************************************************************************/ | |
| /************************************** 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