ovipreneur

bump

Dec 30th, 2020 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <script type="text/javascript">
  2. $('form').on('submit',function(c){
  3. var value = 27;
  4. if($('#bump-offer').is(':checked')){
  5. value = value + 9
  6. }
  7. fbq('track', 'Purchase', {
  8. value: value,
  9. currency: 'USD'
  10. });
  11. });
  12. </script>
  13.  
  14.  
  15.  
Add Comment
Please, Sign In to add comment