Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <!-- Global site tag (gtag.js) - Google AdWords: 1027754075-->
  2. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-1027754075"></script>
  3. <script>
  4. window.dataLayer = window.dataLayer || [];
  5. function gtag(){dataLayer.push(arguments);}
  6. gtag('js', new Date());
  7.  
  8. gtag('config', 'AW-1027754075');
  9. </script>
  10.  
  11. {% if first_time_accessed %}
  12. <!-- Google Event snippet for Transactions - Shopify conversion page -->
  13. <script>
  14. gtag('event', 'conversion', {
  15. 'send_to': 'AAW-1027754075/TXh8CN7epYQBENuQieoD',
  16. 'value': {{ subtotal_price | money_without_currency | remove: "," }},
  17. 'currency': 'CAD',
  18. 'transaction_id': '{{ order.order_number }}'
  19. });
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement