ovipreneur

clickfunnel -purchase

Jan 13th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <script>
  2. var myOrderTotal = $.cookie("my_order_value");
  3.  
  4. if(!myOrderTotal || myOrderTotal < 1){
  5. myOrderTotal = 27.00; //Default price, if not found
  6. }
  7.  
  8. gtag('event', 'conversion', {
  9. 'send_to': 'AW-453109056/aAGACJnepO8BEMDKh9gB',
  10. 'value': myOrderTotal,
  11. 'currency': 'USD'
  12. });
Advertisement
Add Comment
Please, Sign In to add comment