Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $('form').on('submit',function(c){
- var value = 27;
- if($('#bump-offer').is(':checked')){
- value = value + 9
- }
- fbq('track', 'Purchase', {
- value: value,
- currency: 'USD'
- });
- });
- </script>
Add Comment
Please, Sign In to add comment