How do I add the following code snippet to track purchases once a purchase has been completed?
<!-- Google tag (gtag.js) event -->
<script>
gtag('event', 'add_payment_info', {
// <event_parameters>
});
</script>
0 comments
Please sign in to leave a comment.