borlabs

GTAG Conversion Event - Success Page

Apr 16th, 2022 (edited)
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. if (typeof gtag !== 'undefined' && window.location.href.indexOf('/kasse/order-received/') !== -1) {
  3.     gtag('event', 'conversion', {
  4.         'send_to': 'AW-CONVERSION_ID',
  5.         'value': X.X,
  6.         'currency': 'EUR',
  7.         'transaction_id': 'XYZ'
  8.     });
  9. }
  10. </script>
Add Comment
Please, Sign In to add comment