Skip to content

Instantly share code, notes, and snippets.

@interactiveRob
Last active June 25, 2021 15:16
Show Gist options
  • Save interactiveRob/5f05e3caa625ceabf17f7b0abb3bf96a to your computer and use it in GitHub Desktop.
Save interactiveRob/5f05e3caa625ceabf17f7b0abb3bf96a to your computer and use it in GitHub Desktop.
GA Conversion Tag Script with Conversion ID and Label
<!-- Event snippet for Example conversion page -->
<script>
gtag('event', 'conversion', {'send_to': 'AW-CONVERSION_ID/AW-CONVERSION_LABEL',
'value': 1.0,
'currency': 'USD'
});
</script>
@interactiveRob
Copy link
Author

@interactiveRob
Copy link
Author

not for GTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment