Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Global site tag (gtag.js) - Google Ads: 400619178 -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=AW-400619178"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'AW-400619178');
- </script>
- {% if first_time_accessed %}
- <!-- Event snippet for Test conversion page -->
- <script>
- gtag('event', 'conversion', {
- 'send_to': 'AW-400619178/mgykCPf6vY0CEKrtg78B',
- 'value': {{ checkout.subtotal_price | divided_by: 100.0 }},
- 'currency': '{{ currency }}',
- 'transaction_id': '{{ order_number }}',
- });
- </script>
- {% endif %}
Add Comment
Please, Sign In to add comment