Skip to content

Commit

Permalink
add gtag function
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Sep 17, 2024
1 parent 5eb9fdb commit 7082ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/projects/businessgate/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
window.dataLayer = window.dataLayer || [];
function gtag(){
console.log('GTAG', arguments);
dataLayer.push(arguments);
window.dataLayer.push(arguments);
}
</script>
<!-- End Google Tag Manager -->
Expand Down

0 comments on commit 7082ce0

Please sign in to comment.