Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- if (typeof gtag !== 'undefined' && window.location.href.indexOf('/kasse/order-received/') !== -1) {
- gtag('event', 'conversion', {
- 'send_to': 'AW-CONVERSION_ID',
- 'value': X.X,
- 'currency': 'EUR',
- 'transaction_id': 'XYZ'
- });
- }
- </script>
Add Comment
Please, Sign In to add comment