ovipreneur

Purchase Cnversion tag-qaimew.com

Dec 31st, 2020 (edited)
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- Global site tag (gtag.js) - Google Ads: 400619178 -->
  2. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-400619178"></script>
  3. <script>
  4.   window.dataLayer = window.dataLayer || [];
  5.   function gtag(){dataLayer.push(arguments);}
  6.   gtag('js', new Date());
  7.  
  8.   gtag('config', 'AW-400619178');
  9. </script>
  10.  
  11.  
  12. {% if first_time_accessed %}
  13. <!-- Event snippet for Test conversion page -->
  14. <script>
  15.   gtag('event', 'conversion', {
  16.     'send_to': 'AW-400619178/mgykCPf6vY0CEKrtg78B',
  17.     'value': {{ checkout.subtotal_price | divided_by: 100.0 }},
  18.     'currency': '{{ currency }}',
  19.     'transaction_id': '{{ order_number }}',
  20.   });
  21. </script>
  22. {% endif %}
  23.  
  24.  
  25.  
Add Comment
Please, Sign In to add comment