Skip to content

Instantly share code, notes, and snippets.

@b-murphy
Created May 3, 2018 16:45
Show Gist options
  • Save b-murphy/2b323b2c2d2b4cce4d8eadf6f2334e5d to your computer and use it in GitHub Desktop.
Save b-murphy/2b323b2c2d2b4cce4d8eadf6f2334e5d to your computer and use it in GitHub Desktop.
$('#someSpecialLinkToBasket').on('click', function(e) {
fbq('track', 'InitiateCheckout', {
basket_value: 1000,
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment