ovipreneur

Pinterest Purchase Tag

Jan 6th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. {% if first_time_accessed %}
  2. <script type="text/javascript">
  3. !function(e){if(!window.pintrk){window.pintrk=function()
  4. {window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var
  5. n=window.pintrk;n.queue=[],n.version="3.0";var
  6. t=document.createElement("script");t.async=!0,t.src=e;var
  7. r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(t,r)}}
  8. ("https://s.pinimg.com/ct/core.js");
  9.  
  10. pintrk('load','2613821067756', { em: '{{ customer.email }}', });
  11. pintrk('page');
  12. </script>
  13. <noscript>
  14. <img height="1" width="1" style="display:none;" alt=""
  15. src="https://ct.pinterest.com/v3/?tid=2613821067756&noscript=1" />
  16. </noscript>
  17.  
  18. <script>
  19. pintrk('track', 'checkout',{
  20. value: {{ total_price }} / 100,
  21. currency: '{{ currency }}',
  22. order_quantity: 1,
  23. order_id: {{ checkout.id }}
  24. });
  25. </script>
  26. <noscript>
  27. <img height="1" width="1" style="display:none;" alt=""
  28. src="https://ct.pinterest.com/v3/?tid=2613821067756&event=checkout&noscript=1"/>
  29. </noscript>
  30. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment