Last active
June 25, 2021 15:16
-
-
Save interactiveRob/5f05e3caa625ceabf17f7b0abb3bf96a to your computer and use it in GitHub Desktop.
GA Conversion Tag Script with Conversion ID and Label
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Event snippet for Example conversion page --> | |
| <script> | |
| gtag('event', 'conversion', {'send_to': 'AW-CONVERSION_ID/AW-CONVERSION_LABEL', | |
| 'value': 1.0, | |
| 'currency': 'USD' | |
| }); | |
| </script> |
Author
Author
not for GTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From: https://support.google.com/google-ads/answer/6095821?hl=en